multiverseweb / Dataverse

This software is currently under development. It can be used to visualise data into various forms of plots ranging from primary to advanced level. It can also be used as a finance tracker.
https://multiverse-dataverse.netlify.app
MIT License
30 stars 66 forks source link

Visualizing Demographic Data and Fatalities with Streamlit #162

Open greeshma275 opened 9 hours ago

greeshma275 commented 9 hours ago

Title: Visualizing Demographic Data and Fatilities with Streamlit

I would like to add this tool to the project. This tool creates an interactive web app using Streamlit to visualize demographic data and fatalities across various districts. It loads a dataset containing information on age, gender, citizenship, and event fatalities, then presents the data in multiple forms:

A histogram displaying the age distribution. A dynamic bar chart that allows users to filter gender categories and view gender distribution. A pie chart showing the distribution of citizenship. An interactive map using Folium that visualizes fatality counts across districts, with markers and color-coded circles to represent the severity of fatalities. This tool provides a detailed and visual understanding of the dataset, making complex data more accessible and insightful for users.

jency1 commented 9 hours ago

@greeshma275 Attach relevant screenshots of before and after implementing the changes.