This repository contains data, python script and other related file used to generate Rwanda Population Insight dashboard based on census data dating from 2002, 2012 and 2022.
# Rwanda Population Insights Dashboard
Follow this link to interact with app: Pop Dashboard
## Overview
This project is a Dash web application that provides interactive visualizations of population data in Rwanda. The dashboard allows users to explore population insights, such as total population per district, male vs. female population comparisons, and population trends over time. The visualizations include:
A Folium map that displays population data using a color-coded choropleth.
Interactive Plotly bar charts and line charts for detailed population breakdowns.
Features
Folium Map:
Displays population data for different districts in Rwanda.
The map is color-coded based on total population using a custom color scale.
Tooltips provide additional details (total, male, and female population) on hover.
Interactive Charts:
Total Population per District (Over Time): A line chart showing population change per district over different years.
Male vs. Female Population per District: A grouped bar chart comparing male and female populations for each district.
Total Population per District: A horizontal bar chart that ranks districts by total population.
Indicators:
Displays key statistics for male, female, and total population for the selected year.
Prerequisites
Before you can run the application, ensure you have the following installed:
Python 3.x
Dash: pip install dash
GeoPandas: pip install geopandas
Folium: pip install folium
Plotly: pip install plotly
Branca: pip install branca