Analyzed the Stack Overflow Developer Survey dataset (40,000+ respondents) to identify trends in developer compensation, experience, remote work, and technology usage.
The goal was to simulate a real-world data analysis scenario and extract actionable insights from survey data.
π Interactive report (GitHub Pages)
- Python
- Pandas
- Jupyter Notebook
- Data cleaning and preprocessing
- Handling missing values
- Exploratory data analysis (EDA)
- Salary vs experience analysis
- Remote work trends
- Python adoption analysis
- Country-level aggregations
- Developers with more experience tend to have significantly higher compensation
- Remote work is widely adopted across multiple countries
- Python remains one of the most commonly used programming languages
- A large portion of developers rely on self-learning and online resources
- Identified key factors influencing developer salaries
- Highlighted remote work trends across regions
- Provided insights into technology adoption (Python usage)
- Can support HR, hiring, and market analysis decisions
- Interactive report β live dashboard
index.htmlβ raw report fileREADME.mdβ project documentation
This project demonstrates practical skills in data cleaning, aggregation, and exploratory data analysis using Python (Pandas) on a real-world dataset.