Closed phanirithvij closed 3 years ago
In the Load Census Tract Data step
gdf = df.merge(gdf).fillna(0)
gdf.crs = {"init": "epsg:4326"}
gdf.sample(3)
It becomes a pandas DataFrame from GeoDataFrame type need to convert it back to a GeoDataFrame object
Also dfh
is a pandas DataFrame.
Thanks for spotting this! I'll update this next time I get a chance. Alternatively, if you have a notebook with the fix, I'd be more than happy to merge in a PR. :)
There's an error in https://nbviewer.jupyter.org/github/uber/h3-py-notebooks/blob/master/notebooks/unified_data_layers.ipynb