Stack Overflow Developer Survey Results 2021
Stack Overflow Annual Survey 2021 Results
@kaggle.kmaheshbabu_stack_overflow_developer_survey_results_2021
Stack Overflow Annual Survey 2021 Results
@kaggle.kmaheshbabu_stack_overflow_developer_survey_results_2021
With nearly 80,000 responses fielded from over 180 countries and dependent territories, Stack Overflow Annual Developer Survey examined all aspects of the developer experience from career satisfaction and job search to education and opinions on open source software.
CREATE TABLE survey_results_public (
"responseid" BIGINT,
"mainbranch" VARCHAR,
"employment" VARCHAR,
"country" VARCHAR,
"us_state" VARCHAR,
"uk_country" VARCHAR,
"edlevel" VARCHAR,
"age1stcode" VARCHAR,
"learncode" VARCHAR,
"yearscode" VARCHAR,
"yearscodepro" VARCHAR,
"devtype" VARCHAR,
"orgsize" VARCHAR,
"currency" VARCHAR,
"comptotal" DOUBLE,
"compfreq" VARCHAR,
"languagehaveworkedwith" VARCHAR,
"languagewanttoworkwith" VARCHAR,
"databasehaveworkedwith" VARCHAR,
"databasewanttoworkwith" VARCHAR,
"platformhaveworkedwith" VARCHAR,
"platformwanttoworkwith" VARCHAR,
"webframehaveworkedwith" VARCHAR,
"webframewanttoworkwith" VARCHAR,
"misctechhaveworkedwith" VARCHAR,
"misctechwanttoworkwith" VARCHAR,
"toolstechhaveworkedwith" VARCHAR,
"toolstechwanttoworkwith" VARCHAR,
"newcollabtoolshaveworkedwith" VARCHAR,
"newcollabtoolswanttoworkwith" VARCHAR,
"opsys" VARCHAR,
"newstuck" VARCHAR,
"newsosites" VARCHAR,
"sovisitfreq" VARCHAR,
"soaccount" VARCHAR,
"sopartfreq" VARCHAR,
"socomm" VARCHAR,
"newothercomms" VARCHAR,
"age" VARCHAR,
"gender" VARCHAR,
"trans" VARCHAR,
"sexuality" VARCHAR,
"ethnicity" VARCHAR,
"accessibility" VARCHAR,
"mentalhealth" VARCHAR,
"surveylength" VARCHAR,
"surveyease" VARCHAR,
"convertedcompyearly" DOUBLE
);
CREATE TABLE survey_results_schema (
"qid" VARCHAR,
"qname" VARCHAR,
"question" VARCHAR,
"force_resp" BOOLEAN,
"type" VARCHAR,
"selector" VARCHAR
);
Anyone who has the link will be able to view this.