Skip to content

Commit

Permalink
update the URL to fetch data from UCI repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aloklal99 committed Mar 1, 2023
1 parent 8a3206c commit 91fc018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added notebooks/.Crosstab_Explained.ipynb.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion notebooks/Crosstab_Explained.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
],
"source": [
"# Read in the CSV file and convert \"?\" to NaN\n",
"df_raw = pd.read_csv(\"http://mlr.cs.umass.edu/ml/machine-learning-databases/autos/imports-85.data\",\n",
"df_raw = pd.read_csv(\"http://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.data\",\n",
" header=None, names=headers, na_values=\"?\" )\n",
"df_raw.head()"
]
Expand Down

0 comments on commit 91fc018

Please sign in to comment.