foliumEasy Playground

Interactive Leaflet.js maps in Python (choropleth, markers, heatmaps)

Getting started with foliumRun locally
Install
pip install folium
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: folium)

folium is a third-party package. Interactive Leaflet.js maps in Python (choropleth, markers, heatmaps). Install with: pip install folium

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?