Skip to content

This repository contains work carried out for a project in Udacity DSND Term2. It uses, Stack Overflow data from 2017.

Notifications You must be signed in to change notification settings

laksheenmendis/Mining-Stackoverflow-survey-results

Repository files navigation

Table of Contents

1.Installation

2.Project Motivation

3.File Descriptions

4.Libraries Used

5.Results

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

Stack Overflow data from 2017 was used to better understand about developers.

The questions I was interested in were:

Is collaborating with remote peers harder than those on site? What is the mostly used IDE? Things which matter for Career Satisfaction

File Descriptions

There is only 1 notebook with the name 'Know more about developers'. This contains work related to the above questions in sections. Markdown cells and inline comments, were used to assist in walking through the thought process for individual steps.

Libraries Used

For this project, I used pandas and numpy libraries to manipulate data easily for data analysis task. Further, sklearn was used to aplit data, model data and calculate various metrics of the final model.

Matplotlib was mainly used for drawing graphs, for easy demonstration.

collections is used to access data structures for manipulating data.

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!

About

This repository contains work carried out for a project in Udacity DSND Term2. It uses, Stack Overflow data from 2017.

Resources

Stars

Watchers

Forks