Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.36 KB

A Brief Exploration of Country Difference Based on Stack Overflow Developer Survey 2018

1. Project Motivation

The idea of working in another country as a software developer has always excited me. This project, which is part of Data Science Nanodegree, gave me a chance to explore and answer the questions regarding working in another country.

2. Packages Used

The following packages are required to execute the code in the jupyter notebook. They all come with the Anaconda Python distribution

  • numpy
  • pandas
  • matplotlib
  • seaborn

3. Data Source

The dataset for this analysis is from Stack Overflow Annual Developer Survey 2018

4. Questions in Interest

  1. What is the relative popularity of technologies(languages, frameworks, and platforms) in each country?
  2. What are the converted salaries in each country along with the cost of living?
  3. What are the factors for job satisfaction?

5. Results

The project notebook and the blog post link can be found below:

  1. Project notebook
  2. Blog Post