Skip to content

Commit 88c3874

Browse files
committed
update data path
1 parent 6650180 commit 88c3874

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/airbnb-challenge.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,8 +1413,7 @@
14131413
"\n",
14141414
"\n",
14151415
"```pandas\n",
1416-
"import urllib\n",
1417-
"i = urllib.request.urlopen('data/Neighbourhoods_New_York_City_Map.PNG')\n",
1416+
"i = 'data/Neighbourhoods_New_York_City_Map.png'\n",
14181417
"plt.imshow(plt.imread(i), zorder=0, extent=[-74.258, -73.7, 40.49, 40.92])\n",
14191418
"ax = plt.gca()\n",
14201419
"affordable_df.plot(\n",

0 commit comments

Comments
 (0)