- Data Collaction
- Installation
- Project Motivation
- File Descriptions
- Results
- Licensing, Authors, and Acknowledgements
CSV data is over 100MB that's why I can not upload it in my repo due to 100MB GitHub file size limit.Please download the data from here.Make sure to rename the data file to survey_results_public.csv and place it in the root of the project folder.
There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.
For this project, I was interestested in using Stack Overflow data from 2022 to better understand:
- What's the most popular method of learning to code?
- What are the most commonly used programming languages among developers?
- Which countries have the highest average developer salaries?
There is one notebook available here to showcase work related to the above questions. Markdown cells were used to assist in walking through the thought process for individual steps.
The main findings of the code can be found at the post available here.
Must give credit to Stack Overflow for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available here. Otherwise, feel free to use the code here as you would like!