Skip to content

Commit 16e406b

Browse files
committed
add adult dataset, fix path.
1 parent 823aace commit 16e406b

File tree

2 files changed

+32563
-1
lines changed

2 files changed

+32563
-1
lines changed

04-representing-data-feature-engineering.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"# The file has no headers naming the columns, so we pass header=None\n",
147147
"# and provide the column names explicitly in \"names\"\n",
148148
"data = pd.read_csv(\n",
149-
" \"/home/andy/datasets/adult.data\", header=None, index_col=False,\n",
149+
" \"data/adult.data\", header=None, index_col=False,\n",
150150
" names=['age', 'workclass', 'fnlwgt', 'education', 'education-num',\n",
151151
" 'marital-status', 'occupation', 'relationship', 'race', 'gender',\n",
152152
" 'capital-gain', 'capital-loss', 'hours-per-week', 'native-country',\n",

0 commit comments

Comments
 (0)