Stack Overflow Survey 2016

Results from Stack Overflow's 2016 Developer Survey

This dataset contains the responses of 56,033 coders in 173 countries from the 2016 version of Stack Overflow's Developer Survey. The survey features 45 questions on coding abilities, workplace priorities and preferences, and even which side of the Star Wars/Star Trek debate developers are on. Also included with the data is information on each coder's age, location, experience level, and salary range.

(65 columns, 56030 rows)

Examples

Basic Examples

Retrieve the dataset:

In[1]:=
ResourceData["Stack Overflow Survey 2016"]
Out[1]=

Visualization

Map countries in Western Europe by their number of survey respondents:

In[2]:=
GeoRegionValuePlot[
 Length /@ GroupBy[ResourceData["Stack Overflow Survey 2016"][
    Select[#UNSubregion == "Western Europe" &]], "Country"]]
Out[2]=

Show the number of male versus female respondents:

In[3]:=
BarChart[
 Length /@ GroupBy[ResourceData["Stack Overflow Survey 2016"], "Gender"][{"Male", "Female"}], BarOrigin -> Left, ChartLabels -> Automatic]
Out[3]=

Wolfram Research, "Stack Overflow Survey 2016" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.83837.data

License Information

Public Domain

Data Resource History

Source Metadata

Publisher Information