Module 1 Project for Data Analytics Ironhack Bootcamp
This project has the purpose to be a tool to extract some information about employment in each EU country.
The results you are able to extract from this tool are:
The tool let you extract a table with EU countries, jobs titles, age groups, and the quantity and percentage of people who is working or unemployed. You can choose to extract the whole table or an especific EU country instead.
HOW TO: As you choose the main script to run it with python, you need to add an argument --country where you can choose the EU country (for example: --country='Hungary') or choose the whole table writting 'complete table'.
You can also choose to extract a pie chart to see the percentage of people employed and unemployed in the EU.
The last result you can extract is a table where you can see the quantity of people who was in favor, against or absteined to vote about basic income in 2016.
This is the first project made during Ironhack Bootcamp. My goal is to get this project improved step by step, applying all the knowledge we will keep learning these next months, so we can have an efficient and interesting tool to applicate with other kind of information we would want to process.
- Python 🐍
- Pandas 🐼
- SQL Alchemy 🔌
- Requests 🔗
- BeautifulSoup 🍜
- Matplotlib 📊
- Argparse 📖
- PyCharm 🪲
└── project
├── .idea
├── __trash__
├── data
│ ├── raw
│ ├── processed
│ └── results
├── p_acquisition
│ ├── __init__.py
│ └── m_acquisition.py
├── p_analysis
│ ├── __init__.py
│ └── m_analysis.py
├── p_reporting
│ ├── __init__.py
│ └── m_reporting.py
├── p_wrangling
│ ├── __init__.py
│ └── m_wrangling.py
├── .gitignore
├── README.md
└── main_script.py
-
Tables (.db). Here you can find the
.dbfile with the main dataset. -
API. We will use the API from the Open Skills Project.
-
Web Scraping. Finally, we will need to retrieve information about country codes from Eurostat website.
If you have any comments or questions please contact me! emilypaz3012@gmail.com
