Stackoverflow Developer Survey
Find insights about how developers learn, level up and tools they use
@kaggle.asjad99_stackoverflow_developer_survey_2020
Find insights about how developers learn, level up and tools they use
@kaggle.asjad99_stackoverflow_developer_survey_2020
Description:
The enclosed data set is the full, cleaned results of the 2020 Stack Overflow Developer Survey. Free response submissions and personally identifying information have been removed from the results to protect the privacy of respondents. There are three files besides this README:
The survey was fielded from February 5 to February 28, 2020. The median time spent on the survey for qualified responses was 16.6 minutes.
Respondents were recruited primarily through channels owned by Stack Overflow. The top 5 sources of respondents were onsite messaging, blog posts, email lists, Meta posts, banner ads, and social media posts. Since respondents were recruited in this way, highly engaged users on Stack Overflow were more likely to notice the links for the survey and click to begin it.
As an incentive, respondents who finished the survey could opt in to a "Census" badge if they completed the survey.
CREATE TABLE survey_results_public (
"respondent" BIGINT,
"mainbranch" VARCHAR,
"hobbyist" VARCHAR,
"age" DOUBLE,
"age1stcode" VARCHAR,
"compfreq" VARCHAR,
"comptotal" DOUBLE,
"convertedcomp" DOUBLE,
"country" VARCHAR,
"currencydesc" VARCHAR,
"currencysymbol" VARCHAR,
"databasedesirenextyear" VARCHAR,
"databaseworkedwith" VARCHAR,
"devtype" VARCHAR,
"edlevel" VARCHAR,
"employment" VARCHAR,
"ethnicity" VARCHAR,
"gender" VARCHAR,
"jobfactors" VARCHAR,
"jobsat" VARCHAR,
"jobseek" VARCHAR,
"languagedesirenextyear" VARCHAR,
"languageworkedwith" VARCHAR,
"misctechdesirenextyear" VARCHAR,
"misctechworkedwith" VARCHAR,
"newcollabtoolsdesirenextyear" VARCHAR,
"newcollabtoolsworkedwith" VARCHAR,
"newdevops" VARCHAR,
"newdevopsimpt" VARCHAR,
"newedimpt" VARCHAR,
"newjobhunt" VARCHAR,
"newjobhuntresearch" VARCHAR,
"newlearn" VARCHAR,
"newofftopic" VARCHAR,
"newonboardgood" VARCHAR,
"newothercomms" VARCHAR,
"newovertime" VARCHAR,
"newpurchaseresearch" VARCHAR,
"newpurplelink" VARCHAR,
"newsosites" VARCHAR,
"newstuck" VARCHAR,
"opsys" VARCHAR,
"orgsize" VARCHAR,
"platformdesirenextyear" VARCHAR,
"platformworkedwith" VARCHAR,
"purchasewhat" VARCHAR,
"sexuality" VARCHAR,
"soaccount" VARCHAR,
"socomm" VARCHAR,
"sopartfreq" VARCHAR,
"sovisitfreq" VARCHAR,
"surveyease" VARCHAR,
"surveylength" VARCHAR,
"trans" VARCHAR,
"undergradmajor" VARCHAR,
"webframedesirenextyear" VARCHAR,
"webframeworkedwith" VARCHAR,
"welcomechange" VARCHAR,
"workweekhrs" DOUBLE,
"yearscode" VARCHAR,
"yearscodepro" VARCHAR
);
CREATE TABLE survey_results_schema (
"column" VARCHAR,
"questiontext" VARCHAR
);
Anyone who has the link will be able to view this.