|
1 | 1 |
|
2 | 2 | # Stackoverflow Analysis
|
| 3 | +## 👨💻 Demo |
| 4 | + |
| 5 | +Check out the Main Code: [Stackoverflow-Analysis](https://github.com/sanjay-kv/Stackoverflow-Analysis/blob/main/Stackoverflow_Survey_Analysis.ipynb) |
| 6 | + |
| 7 | +## 👇 Prerequisites |
| 8 | + |
| 9 | +Before installation, please make sure you have already installed the following tools: |
| 10 | + |
| 11 | +- [Git](https://git-scm.com/downloads) Learn Step by Step instruction here. https://recodehive.com/how-to-install-git-git-tutorial/ |
| 12 | +- [Anaconda](https://anaconda.org/anaconda) |
| 13 | +- [Jupyter Package](https://anaconda.org/anaconda/jupyter) |
| 14 | + |
| 15 | +## 🛠️ Installation Steps |
| 16 | + |
| 17 | +1. Fork the project |
| 18 | +2. Clone the project |
| 19 | +3. Download the orginal data from the ]drive link](https://drive.google.com/drive/folders/13W20DfCW2W5GEeKTYTl7R6xV5hmPS2Do?usp=sharing) |
| 20 | +4. Open Jupyter Notebook and place the file in the project folder *Make sure you selecting the correct path* |
3 | 21 |
|
4 | 22 | ## Finding Insights from Stackoverflow Developer Survey
|
5 | 23 |
|
@@ -27,6 +45,30 @@ Stack overflow is a professional community for developers, Stackoverflow conduct
|
27 | 45 |
|
28 | 46 | ###### The Insights can be used to provide information regarding IT environment, hiring employees and job seekers and build a solid résumé.
|
29 | 47 |
|
| 48 | +## 👨💻 Contributing |
| 49 | + |
| 50 | +- Contributions make the open source community such an amazing place to learn, inspire, and create. |
| 51 | +- Any contributions you make are **greatly appreciated**. |
| 52 | +- Check out our contribution guidelines(yet to update) for more information. |
| 53 | + |
| 54 | +## 🛡️ License |
| 55 | + |
| 56 | +LinkFree is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
| 57 | + |
| 58 | +## 💪 Thanks to all Contributors |
| 59 | + |
| 60 | +Thanks a lot for spending your time helping LinkFree grow. Thanks a lot! Keep rocking 🍻 |
| 61 | + |
| 62 | +<a href="https://github.com/sanjay-kv/Stackoverflow-Analysis/graphs/contributors"> |
| 63 | + <img src="https://contrib.rocks/image?repo=sanjay-kv/Stackoverflow-Analysis" /> |
| 64 | +</a> |
| 65 | + |
| 66 | +## 🙏 Support |
| 67 | + |
| 68 | +This project needs a ⭐️ from you. Don't forget to leave a star ⭐️ |
| 69 | + |
| 70 | + |
| 71 | + |
30 | 72 | ### Data Source and Background
|
31 | 73 |
|
32 | 74 | 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.
|
|
0 commit comments