Skip to content

Commit

Permalink
Merge pull request recodehive#17 from sanjay-kv/learnmd
Browse files Browse the repository at this point in the history
adding Learn.md File
  • Loading branch information
sanjay-kv authored May 20, 2022
2 parents 38399b4 + d096838 commit 005937a
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions Learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@

# Stackoverflow Analysis Guidelines
## 👨‍💻 Demo


https://user-images.githubusercontent.com/30715153/168960157-e9448ea4-206c-44c0-bbd5-5e4770c0411f.mp4


Check out the Main Code: [Stackoverflow-Analysis](https://github.com/sanjay-kv/Stackoverflow-Analysis/blob/main/Stackoverflow_Survey_Analysis.ipynb)

## 👇 Prerequisites

Before installation, please make sure you have already installed the following tools:

- [Git](https://git-scm.com/downloads) Learn Step by Step instruction here. [recodehive](https://recodehive.com/how-to-install-git-git-tutorial/)
- [Anaconda](https://anaconda.org/anaconda)
- [Jupyter Package](https://anaconda.org/anaconda/jupyter)

## 🛠️ Installation Steps

1. Fork the project
Fork the sanjay-kv/Stackoverflow-Analysis/ repository
Follow these instructions on [how to fork a repository](https://help.github.com/en/articles/fork-a-repo)
2. Clone the project
```
git clone [email protected]:your-username/Stackoverflow-Analysis.git
```
3. Download the orginal data from the [drive link](https://drive.google.com/drive/folders/13W20DfCW2W5GEeKTYTl7R6xV5hmPS2Do?usp=sharing)
4. Open Jupyter Notebook and place the file in the project folder *Make sure you selecting the correct path*

## Development

We love your desire to give back, and want to make the process as welcoming to newcomers and experts as possible. We're working on developing more intuitive tutorials for individuals of all skill levels and expertise, so if you think the community would value from being walked through the steps you're going through please share! ❤️

## Finding Insights from Stackoverflow Developer Survey

Stack overflow is a professional community for developers, Stackoverflow conducts a survey every year the collected data from 2011 has been available for open source on the web with the latest dataset 2020 released on March 5th, 2021. If the dataset analysed professionally using modern tools, would enable us to answer real-world questions effectively. The dataset has covered 275 questions in total.

### Project Goal:

1. To perform Analysis on 3 years Stackoverflow Dataset and get insights.
2. To perform Data Analysis and answer the below questions.
+ Impact of igher education on salary of the surveyed developers.
+ Impact of education/experience/responsibilities on gender inequalities.
+ Impact on participation rate due to different ethnicity.
+ To find whether there is any difference between men and women's income.
+ Impact on the increase in popularity of a language in the current year due to developer’s interest in the previous year.

3. To perform data visualization on

- The most commonly used language.

- Distribution of surveyors based on their developer role.

- Factors affecting Job satisfaction.

- Predicting the growth of languages for upcoming years based on the survey answers.

###### The Insights can be used to provide information regarding IT environment, hiring employees and job seekers and build a solid résumé.

### Data Source and Background

https://user-images.githubusercontent.com/30715153/169042852-150e59cf-b742-40bb-bcbd-c34a330c1518.mp4


The dataset is very diverse and came from a [Stackoverflow developer survey](https://insights.stackoverflow.com/survey/?_ga=2.208907280.304952146.1616422967-1864686930.1616422967) with 275 questions answered from 180 countries. Stackoverflow has data collected through surveys from 2011 to 2020, but for the project, the purpose is to analyze the data of the last 3 years. The people who completed the survey mostly from the US, India, and EMEA regions. The majority of the survey respondents had the background of developer/ coding experience. The data are available in the CSV format ranging from 40 to 150 MB with data of 1.5 Lakh survey participants.The dataset includes survey data gathered from 180 countries, the response ranges from Not at all important to very important/ Not at all satisfied to very satisfied.

### Data Format

The data is in a schema CSV file that consists of 252,199 observations and 62 variables.

### Projected work needs to be done for Insights.

###### Data Wrangling

**Dealing Null Values**: As this is a developer survey and few questions left unanswered by the respondents as ‘*NA*’ or ‘*Not Applicable*’ so dealing with null values is important to get precise information. Data conversion/ manipulation is also required, as the developer responded to the survey through radio buttons rather than yes or no pattern(Univariate analysis).

###### Techniques expect to use in the project

Planning to use ML Algorithms like Random, may include, KNN, AUC for classification problems, training model, logistic regression,data visualization, parameter analysis, Linear Regreesion, Root Mean square.

## 👨‍💻 Contributing

- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are **greatly appreciated**.
- Check out our contribution guidelines(yet to update) for more information.

## 🛡️ License

LinkFree is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 💪 Thanks to all Contributors

Thanks a lot for spending your time helping this project grow. Thanks a lot! Keep rocking 🍻

<a href="https://github.com/sanjay-kv/Stackoverflow-Analysis/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sanjay-kv/Stackoverflow-Analysis" />
</a>

## 🙏 Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️




0 comments on commit 005937a

Please sign in to comment.