This project analyzes unemployment trends in India using Python. It focuses on data cleaning, visualization, and understanding the impact of COVID-19 on unemployment rates.
- Dataset: Unemployment Rate in India
- Contains:
- Region
- Date
- Unemployment Rate
- Employment Data
- Labour Participation Rate
- Python
- Pandas
- Matplotlib
- Seaborn
- Data Cleaning & Preprocessing
- Exploratory Data Analysis (EDA)
- Trend Visualization
- Region-wise Comparison
- COVID-19 Impact Analysis
- Key Insights Extraction
- Highest Unemployment Region: Haryana
- Lowest Unemployment Region: Meghalaya
- Average Unemployment Rate: ~12%
- Peak Unemployment Month (2020): May
-
Clone repository: git clone YOUR_GITHUB_LINK
-
Navigate to folder: cd CodeAlpha_Unemployment
-
Create virtual environment: python3 -m venv venv source venv/bin/activate
-
Install dependencies: pip install -r requirements.txt
-
Run project: python unemployment_analysis.py
CodeAlpha_Unemployment/ │ ├── images/ ├── unemployment.csv ├── unemployment_analysis.py ├── README.md ├── requirements.txt └── .gitignore
This project provides insights into unemployment trends and highlights the significant impact of COVID-19 on employment rates. It demonstrates practical use of data analysis and visualization techniques in Python.
Darshan S



