Skip to content

Commit 31f38b3

Browse files
Update notebooks/nyc_taxi_years_correlation.ipynb
uncommenting spatial read Co-authored-by: Paul Taylor <paul.e.taylor@me.com>
1 parent c8849a8 commit 31f38b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/nyc_taxi_years_correlation.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
"metadata": {},
124124
"outputs": [],
125125
"source": [
126-
"# tzones = gpd.GeoDataFrame.from_file('tzones_lonlat.json')\n",
127-
"# tzones.to_file('cu_taxi_zones.shp')"
126+
"tzones = gpd.GeoDataFrame.from_file('tzones_lonlat.json')\n",
127+
"tzones.to_file('cu_taxi_zones.shp')"
128128
]
129129
},
130130
{

0 commit comments

Comments
 (0)