A data-based investigation on remote workers using Stack Overflow's developer survey data from 2017.
All you'll need to run this project is Python 3.* installed in your device.
Using Stack Overflow data from 2017, I was interestested in answering the following questions concerning remote work:
- "Are remote workers more satisfied with their jobs?"
- "Do developers who work remotely earn the same as those who don't?"
- "Are remote workers generally more experienced individuals?"
I created a notebook for each of the questions above.
JobSatisfaction.ipynb
Earnings.ipynb
CareerExperience.ipynb
The main findings of the code can be found at a post I published on Medium.