Skip to content

Commit 7baad44

Browse files
committed
update the URL to fetch data from UCI repo
1 parent be42847 commit 7baad44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Crosstab_Explained.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
],
265265
"source": [
266266
"# Read in the CSV file and convert \"?\" to NaN\n",
267-
"df_raw = pd.read_csv(\"http://mlr.cs.umass.edu/ml/machine-learning-databases/autos/imports-85.data\",\n",
267+
"df_raw = pd.read_csv(\"http://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.data\",\n",
268268
" header=None, names=headers, na_values=\"?\" )\n",
269269
"df_raw.head()"
270270
]

0 commit comments

Comments
 (0)