Skip to content

Commit

Permalink
url fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wells, Benjamin (Brodie) (LCDR) committed Dec 23, 2019
1 parent 4d83659 commit 6aa8562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ch02/ch02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,7 @@
"import pandas as pd\n",
"\n",
"\n",
"s = os.path.join('https://archive.ics.uci.edu', 'ml',\n",
" 'machine-learning-databases', 'iris','iris.data')\n",
"s = 'https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data'\n",
"print('URL:', s)\n",
"\n",
"df = pd.read_csv(s,\n",
Expand Down

0 comments on commit 6aa8562

Please sign in to comment.