Skip to content

joshuayeung/Write-A-Data-Science-Blog-Post

Repository files navigation

Write-A-Data-Science-Blog-Post

Project in Data Scientist Nanodegree of Udacity

Table of Contents

  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

Installation

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.*.

Project Motivation

For this project, I was interestested in using Stack Overflow data from 2017 to better understand:

  1. As a programmer, should I go to work in the western world (e.g. America, Europe, etc.) or remain in the eastern world (e.g. India, China, etc.)?
  2. What is the salary difference in the western world and in the eastern world?
  3. How are the programmers satisfying about their job between these two sides of the world?
  4. Are there more jobs opportunity in the western world than that in the eastern world?

File Descriptions

The notebook available here showcases work related to the above questions.

Results

The main findings of the code can be found at the post available here.

Licensing, Authors, Acknowledgements

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!