Skip to content

The 'Unemployment Analysis with Python' GitHub repository is a data-driven project aimed at analyzing unemployment trends and patterns using Python.

License

Notifications You must be signed in to change notification settings

usmanbvp/Unemployment-Analysis-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unemployment-Analysis-With-Python

📝 Description

This project aims to analyze the unemployment data of a India and create visualizations to help understand the trends and patterns in the data. The project uses Python libraries such as Pandas, Matplotlib, and NumPy for data manipulation and visualization.

⏳Dataset

Download the dataset for custom training data .

The data is stored in a CSV file in the data directory. The CSV file contains the following columns:

  • Region
  • Date
  • Frequency
  • Estimated Unemployment Rate (%)
  • Estimated Employed
  • Estimated Labour Participation Rate (%)
  • Area

🛠️Installation and Usage

  1. Clone this repository to your local machine:
git clone https://github.com/usmanbvp/Unemployment-Analysis-With-Python.git
  1. Install the required Python libraries using the following command:
pip install -r requirements.txt
  1. Open the Jupyter notebook in the project cloned folder, by running:
jupyter notebook
  1. Inside the notebooks folder, you will find the Unemployment_analysis_with_python.ipynb. Open it.

  2. Run the cells one by one in the notebook to visualize the patterns of data.

🗒️License

This project is licensed under the MIT License. The MIT License is a permissive open source license that allows you to use, modify, and distribute this project for both commercial and non-commercial purposes.

About

The 'Unemployment Analysis with Python' GitHub repository is a data-driven project aimed at analyzing unemployment trends and patterns using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published