Skip to content

Commit f451760

Browse files
committed
Fix
1 parent 0d65173 commit f451760

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chapter14_graphgeo/02_airports.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
" 'https://github.com/ipython-books/'\n",
102102
" 'cookbook-2nd-data/blob/master/'\n",
103103
" 'airports.dat?raw=true',\n",
104-
" header=None,\n",
105-
" names=names,\n",
106-
" index_col=4,\n",
107-
" na_values='\\\\N')\n",
104+
" header=None,\n",
105+
" names=names,\n",
106+
" index_col=4,\n",
107+
" na_values='\\\\N')\n",
108108
"airports_us = airports[airports['country'] ==\n",
109109
" 'United States']\n",
110110
"airports_us"

0 commit comments

Comments
 (0)