StackOverflow Developer Survey 2021
Behaviour and characteristics of developers using StackOverflow
@kaggle.anneysha_stackoverflow_developer_survey_2021
Behaviour and characteristics of developers using StackOverflow
@kaggle.anneysha_stackoverflow_developer_survey_2021
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.