Skip to content

Commit 91fc018

Browse files
committed
update the URL to fetch data from UCI repo
1 parent 8a3206c commit 91fc018

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
260 KB
Binary file not shown.

notebooks/Crosstab_Explained.ipynb

Lines changed: 1 addition & 1 deletion
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)