Difference between revisions of "Group03 proposal Version 2"
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
<div style="width:100%; text-align:center;"> | <div style="width:100%; text-align:center;"> | ||
{|style="background-color:#fbd242; color:#fff; padding: 10 0 10 0;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0" | | {|style="background-color:#fbd242; color:#fff; padding: 10 0 10 0;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0" | | ||
− | |||
− | |||
− | |||
| style="background:none;" width="1%" | | | style="background:none;" width="1%" | | ||
| style="padding:0.2em; font-size:100%; background-color:#fff069; border-bottom:0px solid #3D9DD7; text-align:center; color:#100c08" width="10%" | | | style="padding:0.2em; font-size:100%; background-color:#fff069; border-bottom:0px solid #3D9DD7; text-align:center; color:#100c08" width="10%" | | ||
Line 189: | Line 186: | ||
* Top graph shows a interactive geographical map that allows user to choose which country to focus on. | * Top graph shows a interactive geographical map that allows user to choose which country to focus on. | ||
* Bottom graph is a age-gender pyramid that will change according to the country selected/Language selected. Default will show the demographic of the entire survey. | * Bottom graph is a age-gender pyramid that will change according to the country selected/Language selected. Default will show the demographic of the entire survey. | ||
− | * Right chart will show bar chart show the | + | * Right chart will show bar chart show the number of developers for each languages. It will change according to selected country selected as well. |
** Clicking on a dot or country on the map applies a filter that will update the other 2 charts based on the selected country | ** Clicking on a dot or country on the map applies a filter that will update the other 2 charts based on the selected country | ||
** Hovering over a country on the map shows a tooltip that describes the number of developers. Same thing for the bar charts. | ** Hovering over a country on the map shows a tooltip that describes the number of developers. Same thing for the bar charts. | ||
Line 232: | Line 229: | ||
</center> | </center> | ||
|| | || | ||
− | * This scatter plot show the median salary against the average years of coding experience for the different | + | * This scatter plot show the median salary against the average years of coding experience for the different Developer Type. The linear regression line aim to help users understand which developer jobs are higher paying and on average how many years of coding experience does developers in that job type have. |
* The filters on the right allow users to filter according to Country and Undergraduate Major for a more customizable exploration to gain more specific insights. | * The filters on the right allow users to filter according to Country and Undergraduate Major for a more customizable exploration to gain more specific insights. | ||
*Tools/R Libraries used: ggplot2, plotly | *Tools/R Libraries used: ggplot2, plotly |
Latest revision as of 21:42, 12 April 2020
Version 2
|
<--- Go Back to Project Groups
Contents
PROBLEM & MOTIVATION
Stack Overflow is arguably the biggest online community for developers all around the world. Each year, Stack Overflow field a survey with questions ranging from developers’ favorite technologies to their job preferences. This is done to allow Stack Overflow to better understand its active users. For 2019, nearly 90,000 developers participated in this 20-minute survey. Although the official Stack Overflow website provides a series of visualizations for every survey question, we found that there is a lack of comprehensive and interactive visualizations. After much deliberation, our team has narrowed down to three main aspects that we think are the most interesting and useful to the general users: Technology, Salary, and Job.
Our team aims to build user-friendly dashboards that highlight the most interesting aspects of the active developers in Stack Overflow. This will allow any interested users to get a quick overview of the essential results of this annual survey without the need to tediously scroll through a long list of static visualizations. Additionally, through various useful interactive filters, users can customize their explorations and gain more meaningful insights that suit their needs.
In order to help us expedite the building of these interactive visualizations, our team has decided to use R which gives us access to a wide variety of libraries and tools for data preprocessing and building user-friendly dashboards.
OBJECTIVE
For our project, we will be focusing on 3 main objectives. It is as follows:
- Gain overall insights on developers demographics (the Stack Overflow community)
- Get to know what are the most popular/relevant technologies(e.g. languages and platforms) used by the Stack OverFlow developers.
- Gain insights on working hours, Job Satisfaction and job factors for Stack OverFlow developers.
SELECTED DATASET
We chose the StackOverflow Developer Survey 2019 dataset (at https://www.kaggle.com/mchirico/stack-overflow-developer-survey-results-2019), as StackOverflow is currently the largest online developer community. The dataset provided is freely accessible, and analysis of this dataset would provide a glimpse about the overall developer community.
The dataset contains 88,883 survey responses, with each row corresponding to one respondent, and each of the 85 different columns corresponding to the survey questions. Below is a quick summary about the data provided and their attributes, categorized by each of our 3 main objectives as mentioned above.
Data Attributes | Data Provided | |
---|---|---|
Background | Likert |
|
Numerical, Discrete |
| |
Categorical |
| |
Binary |
| |
Job prospects | Likert |
|
Numerical, Continuous |
| |
Numerical, Discrete |
| |
Categorical |
| |
Skills | Categorical |
|
BACKGROUND SURVEY
As mentioned previously, the official Stack Overflow website provides a series of visualizations for every survey question and we found that there is a lack of comprehensive and interactive visualizations. We have pick out a few visualizations that we can learn from and improved upon, which are shown and explained in the table below.
The link to the visualization from the official Stack Overflow website is https://insights.stackoverflow.com/survey/2019.
Reference of Other Visualization | Learning Points |
---|---|
This proportional symbol map shows the distribution of the number of survey respondents by country.
There can be more charts plotted together with the map to provide a overview on the background of the survey respondents. | |
This visualization shows which technologies are highly correlated with each other. This will provide a good over view on how the different technologies are clustered together in the ecosystems.
| |
This scatter plot shows the median salary against average coding experience for the different developer type.
| |
This bar chat rank the programming language that is loved, dreaded and desired to learn by the survey respondents.
|
PROPOSED STORYBOARD
Storyboard | Insights / Comments |
---|---|
Title: OVERVIEW OF DEVELOPER DEMOGRAPHICS |
|
Title: ANALYSIS OF DEVELOPER'S TECHNOLOGY |
|
Title: ANALYSIS OF DEVELOPER'S LOVED/NOT LOVED TECH |
|
Title: ANALYSIS OF DEVELOPER'S DESIRED TECH |
|
Title: ANALYSIS OF DEVELOPER'S SALARY |
|
Title: ANALYSIS OF DEVELOPER'S JOB FACTORS |
|
Title: ANALYSIS OF DEVELOPER'S JOB SATISFACTION |
|
Title: ANALYSIS OF DEVELOPER'S WORK HOURS |
|
TECHNICAL CHALLENGES
Challenges | Mitigation Plan |
---|---|
|
|
|
|
PROJECT TIMELINE
COMMENTS
Feel free to leave us some comments on where we can improve!
No. | Name | Date | Comments |
---|---|---|---|
1. | Insert your name here | Insert date here | Insert comment here |
2. | Insert your name here | Insert date here | Insert comment here |
3. | Insert your name here | Insert date here | Insert comment here |