Baselight

StackOverflow Developer Survey 2021

Behaviour and characteristics of developers using StackOverflow

@kaggle.anneysha_stackoverflow_developer_survey_2021

Loading...
Loading...

About this Dataset

StackOverflow Developer Survey 2021

From StackOverflow's webpage:
StackOverflow's Annual Developer Survey examines all aspects of the developer experience from learning to code to their favorite technologies to version control and the workplace experience of professional developers.

https://insights.stackoverflow.com/survey?_ga=2.7822198.535832738.1670042348-527471563.1670042348

File Description:
so_survey_2021.pdf - List of questions asked in the survey
survey_results_public.csv - Survey results
survey_results_schema.csv - Characteristics of the questions set in the form

Tables

Survey Results Public

@kaggle.anneysha_stackoverflow_developer_survey_2021.survey_results_public
  • 5.37 MB
  • 83439 rows
  • 48 columns
Loading...

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
);

Survey Results Schema

@kaggle.anneysha_stackoverflow_developer_survey_2021.survey_results_schema
  • 14.54 KB
  • 48 rows
  • 6 columns
Loading...

CREATE TABLE survey_results_schema (
  "qid" VARCHAR,
  "qname" VARCHAR,
  "question" VARCHAR,
  "force_resp" BOOLEAN,
  "type" VARCHAR,
  "selector" VARCHAR
);

Share link

Anyone who has the link will be able to view this.