This project is an interactive Choropleth Map of India built with Python and Streamlit.
It visualizes two datasets:
- Population of each state
- Income per capita for each state
The map provides a visual way to compare state-wise statistics and analyze patterns.
- π Two Dataset Views β Toggle between Population and Income per Capita
- πΊοΈ GeoJSON Integration β Accurate state boundaries using india-composite.geojson
- π¨ Dynamic Color Scaling β Auto-adjusts based on selected dataset
- π± Responsive Design β Works on desktop and mobile browsers
- β‘ Interactive UI β Built using Streamlit for fast deployment
- Python β Core programming language
- Streamlit β Interactive web app framework
- Pandas β Data handling and processing
- Plotly β Visualization library for choropleth maps
- GeoPandas β GeoJSON and spatial data handling