In this repository you will find a pipeline that combines, cleans and analyzes work-related data to yield insights on data workers' amount, education and how they think regarding several socioeconomic matters across the Europe:
-
This pipeline retrieves data from a (*) database, University of Chicago's API containing data on normalized taxonomy of jobs and Eurostat country codes.
-
The tables that this pipeline produces are related with
- Quantity and percentage of workers having the same job in 26 EU countries and within an specific country
- Reasons they posit for and against a universal living wage
- Skills data workers exhibit in different educational level ranges
-
Providing a specific country to the pipeline, it shows information, otherwise, the pipeline will return the result for all countries.
Photo by KOBU Agency on Unsplash
Work-in-progress (Alpha)
-
Type: Standalone
-
Language: Python
-
Libraries:
If you are thinking to work in a data position in Europe, you might want to check how many workers carry out the taks you know how to do and which is their opinion on socioeconomic issues. Definitely, it will give you a sense of who well could you live in that country performing that job!
Parameters: Introduce a country have its information retrieved or introduce any other character to have the information for all countries
└── project
├── __trash__
├── .gitignore
├── .env
├── requeriments.txt
├── README.md
├── main_script.py
├── notebooks
│ ├── Acquisition.ipynb
│ └── Wrangling.ipynb
├── package1
│ ├── m_acquisition.py
│ └── m_wrangling.py
│ └── m_analysis.py
│ └── m_reporting.py
└── data
├── raw
├── processed
└── results
Do not forget to include
__trash__and.envin.gitignore
As next steps it will be interesting to enrich the data with socioeconomic conditions by country and each data position type demand.
For further information do not hesitate to contact cuadradobrionescarmen@gmail.com
If you are interested in continuing building this project, please start to commit!
.jpg)