This straightforward exercise demonstrates the application of spatial join operation for determining the district where each bike station is situated:
- How to use the spatial join operation (geopandas.sjoin())
- how to use the merge operation, pd.merge()
- how to Map of tree density by district
- how to visualize the tree density by district map using the choropleths equal interval and quantile classification scheme