Skip to content

MaybeTI/Djinni-Python-technologies-statistics

Repository files navigation

Djinni Python technologies statistics

The project is a web scraper that extracts job information from the website "https://djinni.co/jobs/" and generates several data analyses based on the job listings using pandas library in Jupyter Notebook.

The script scrapes the job listings' titles, companies, salaries, technologies, and locations. The data is then cleaned and transformed into a structured dataframe. The dataframe is then used to create data visualizations to analyze the top job technologies, job locations, and number of jobs per company.

git clone https://github.com/MaybeTI/Djinni-Python-technologies-statistics.git
python -m venv venv
venv\Scripts\activate (on Windows)
source venv/bin/activate (on macOS)
pip install -r requirements.txt
python parser.py
jupyter notebook

Top 15 Technologies

img.png

Top 10 Job Locations

img_1.png

Number of Jobs per Company

img_2.png

Average Salary by Country (in USD)

img_3.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published