Final.video.mp4
Before installation, please ensure you have the following tools installed:
- Git - Learn Git step-by-step by following the instructions provided here.
- Anaconda
- Jupyter Package
- Fork the project: Fork the
sanjay-kv/Stackoverflow-Analysis
repository. Follow these instructions on how to fork a repository. - Clone the project:
git clone [email protected]:your-username/Stackoverflow-Analysis.git
- Download the original data from the drive link.
- Open Jupyter Notebook and place the file in the project folder. Make sure you're selecting the correct path.
We welcome contributions from all levels of experience. If you think the community would benefit from being walked through the steps you're going through, please share! β€οΈ
To perform analysis on the last 3 years of Stack Overflow data to gain insights into developer trends and behaviors.
- Analyze the impact of higher education, experience, and responsibilities on salary and gender inequalities.
- Investigate participation rates based on ethnicity and differences in income between men and women.
- Explore the popularity of programming languages and predict their growth based on survey responses.
- Examine the impact of education, experience, and responsibilities on gender inequalities.
- Analyze the increase in popularity of a language in the current year due to developer interest in the previous year.
The dataset comes from the annual Stack Overflow developer survey, covering responses from developers in 180 countries. The data is available in CSV format, ranging from 40 to 150 MB, with responses from 1.5 Lakh survey participants.
The data is in a CSV file format with 252,199 observations and 62 variables.
- Perform data wrangling tasks, including handling null values and converting data for analysis.
- Use techniques such as machine learning algorithms and data visualization to extract insights.
- Contributions are greatly appreciated. Check out our Contribution Guidelines
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to all contributors for helping this project grow! π»
Don't forget to leave a star βοΈ for this project!
Crafted with β₯ by @sanjay-kv.
Here's a link to the project wiki: Stackoverflow Analysis Wiki