***Kisii Towm- Number of Markets Accessible within 25 minutes ***
In [ ]:
# Market accessiblity
join.explore(column="access_Marketplace", scheme='natural_breaks',cmap="plasma")
/usr/local/lib/python3.10/dist-packages/mapclassify/classifiers.py:687: UserWarning: Not enough unique values in array to form 5 classes. Setting k to 3. self._classify()
Out[ ]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [ ]:
#Markets in Kisii Town
Marketplace.explore()
Out[ ]:
Make this Notebook Trusted to load map: File -> Trust Notebook
Task How far is every neighbourhood have to nearest service facility/amenity.
Note: As both dataset contains ~1000 entries, the calculation would involve 10^6 entries of time matrix, so it would probably take a while!