Skip to content

Commit

Permalink
Merge pull request rasbt#108 from tattonchantry/master
Browse files Browse the repository at this point in the history
url fix for windows
  • Loading branch information
rasbt authored Dec 23, 2019
2 parents 4d83659 + 6aa8562 commit 1a1d1a8
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 1a1d1a8

Please sign in to comment.