By Kenneth Burchfiel
Released under the MIT License
This simple webpage provides links to six maps created within the Mapping section of Python for Nonprofits. It is meant to demonstrate how visualizations can be hosted within a static GitHub Pages website.
Python for Nonprofits, like this repository, is released under the MIT License.
These maps visualize population growth rates at the state and county level from 2011 to 2021. They were created using the Plotly graphing library within PFN’s choropleth_maps.ipynb notebook, available at https://github.com/kburchfiel/pfn/blob/main/Mapping/choropleth_maps.ipynb .
Note: Certain maps will be easier to view on a laptop or monitor than on your phone.
State-level total population growth
County-level total population growth
State-level 25-29 population growth
County-level 25-29 population growth
These maps show net domestic migration rates at the state and county level from April 1, 2020 to June 1, 2024. They are based on the Folium mapping library and were created within PFN’s ‘choropleth_maps_with_folium.ipynb’ notebook, available at https://github.com/kburchfiel/pfn/blob/main/Mapping/choropleth_maps_with_folium.ipynb .