Free Code Camp New Coder Survey 2016

Results from Free Code Camp's 2016 survey of new coders

Cleaned and normalized data from a survey of more than 15,000 new programmers, covering information about age, location, experience, personal finances, and more.

(116 columns, 15620 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Free Code Camp New Coder Survey 2016"]
Out[1]=

View the data:

In[2]:=
ResourceData["Free Code Camp New Coder Survey 2016"]
Out[2]=

Visualization

Plot the ages of survey respondents:

In[3]:=
Histogram[
 ResourceData["Free Code Camp New Coder Survey 2016"][All, #Age &]]
Out[3]=

View the 20 countries with the most survey respondents:

In[4]:=
GeoRegionValuePlot[
 TakeLargest[ Length /@ GroupBy[ResourceData["Free Code Camp New Coder Survey 2016"], "CountryLiveEntity"], 20]]
Out[4]=

Wolfram Research, "Free Code Camp New Coder Survey 2016" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.66609.data

License Information

https://github.com/FreeCodeCamp/2016-new-coder-survey#license

Data Resource History

Source Metadata

Publisher Information