Skip to content

AyushSatyam/Udacity_DataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Udacity_DataScience

This repository contains all projects completed during the course

Udacity Data Scientist Nanodegree Project.

Installation ans Setup

This code runs with Python version 3.* and requires some libraries, to install theses libraries you will need to execute:

pip install pandas
pip install numpy
pip install matplotlib
pip install glob2

You will need to download Stackoverflow’s 2019 Annual Developer Survey and put in specific folders. You can find the data to download here.

Project Motivation

This is an Udacity Nanodegree project. I picked Stackoverflow Developer Survey 2019 Data to find answer to below questions:

1. Which Programming Language is the most voted by developers in the world in 2019
2. Which Programming Language is the most voted by developers in India in 2019
3. Which development platform is the most popular among developers in the world in 2019
4. Which development platform is the most popular among developers in India in 2019

File Description

DataScience_blogpost.ipynb:

Notebook containing the data analysis.

survey_results_public.csv:

Stackoverflow's 2019 Annual Developer Survey data.

Results

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

Licensing, Authors, Acknowledgements

Must give credit to Stackoverflow for the data. You can find the Licensing for the data and other descriptive information at the Stackoverflow link available here.

About

This repository contains all projects completed during the course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published