https://github.com/londheshubham153/write-a-data-science-blog-post
Udacity Data Scientist Nanodegree Project
https://github.com/londheshubham153/write-a-data-science-blog-post
Last synced: 9 days ago
JSON representation
Udacity Data Scientist Nanodegree Project
- Host: GitHub
- URL: https://github.com/londheshubham153/write-a-data-science-blog-post
- Owner: LondheShubham153
- Created: 2020-05-10T02:29:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T01:56:52.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T19:17:56.442Z (29 days ago)
- Language: Jupyter Notebook
- Size: 269 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Write a Data Science blog post
Udacity Data Scientist Nanodegree Project.### Table of Contents
1. [Installation](#installation)
2. [Project Motivation](#motivation)
3. [File Description](#files)
4. [Results](#results)
5. [Licensing, Authors, and Acknowledgements](#licensing)This code runs with Python version 3.* and requires some libraries, to install theses libraries you will need to execute:
` pip install -r requirements.txt `You will need to download Stackoverflow’s 2017 and 2018 Annual Developer Survey and put in specific folders. You can find the data to download [here](https://insights.stackoverflow.com/survey).
To move the downloaded files to the specific folder, you can execute.
1. Stackoverflow’s 2017 data
` mv survey_results_public.csv Write-a-Data-Science-Blog-Post/survey_results_public2017.csv `2. Stackoverflow’s 2018 data
` mv survey_results_public.csv Write-a-Data-Science-Blog-Post/survey_results_public2018.csv `This is an Udacity Nanodegree project.I was interested in using Stackoverflow Developer Survey Data to better understand:
1. What are the most used programming languages in India?
2. What are the most wanted programming languages in India?
3. How does programming languages used at work relates with programming languages people want to learn?**programming_data_analysis.ipynb**: Notebook containing the data analysis.
**survey_results_public2017.csv**: Stackoverflow's 2017 Annual Developer Survey data.
**survey_results_public2018.csv**: Stackoverflow's 2018 Annual Developer Survey data.## Results
The main findings of the code can be found at the post available [here](https://medium.com/@trainwithshubham/what-does-indian-programmers-want-a45290a5295)## 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](https://insights.stackoverflow.com/survey).