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 7, 2023
1 parent be42847 commit 7baad44
Showing 1 changed file with 1 addition and 1 deletion.
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 7baad44

Please sign in to comment.