- Installation
- Project Motivation
- Repository Structure
- Results
- Licensing, Authors, and Acknowledgements
The code should run with no issues using Python versions 3.8.5
For this project, i am studying stackoverflow developer - 2020 dataset.
- What percent of developers do frequent overtime?
- Do more developers do frequent overtime in large organizations?
- From the top 10 countries with the highest number of developers, in which country more developers do frequent overtime?
- data
- notebook
This folder contains stackoverflow developer survey - 2020 data that will be used through out the course.
This folder contains analysis and model notebooks. Each notebook answers question raised in the title of the notebook. Requirements file lists all additional packages .
The findings of the overtime analysis work could be found here
Must give credit to Stack Overflow for the data. You can find the Licensing for the data and other descriptive information available here. Readme file structure is inspired from udacity course.