Stack-overflow-annual-developer-survey-2022
Survey of 73,268 developers by Stack Overflow.
@kaggle.uzairrehman_stackoverflowannualdevelopersurvey2022
Survey of 73,268 developers by Stack Overflow.
@kaggle.uzairrehman_stackoverflowannualdevelopersurvey2022
Every year Stack Overflow conduct a developer survey and examines all aspects of the developer experience, how developer learn code, level up their skill and which tools they are using and they want to use. In 2022 over 70,000 responses fielded from over 180 countries.
Survey were based on the topics:
You can find the official published results here:
https://survey.stackoverflow.co/2022/
Find previous survey results here:
https://insights.stackoverflow.com/survey
CREATE TABLE annual_survey_of_stack_overflow_developers_2022 (
"country" VARCHAR,
"edlevel" VARCHAR,
"age" VARCHAR,
"gender" VARCHAR,
"currency" VARCHAR,
"learncode" VARCHAR,
"employment" VARCHAR,
"remotework" VARCHAR,
"devtype" VARCHAR,
"orgsize" VARCHAR,
"comptotal" DOUBLE,
"compfreq" VARCHAR,
"codingactivities" VARCHAR,
"yearscode" DOUBLE,
"yearscodepro" DOUBLE,
"workexp" DOUBLE,
"languagewanttoworkwith" VARCHAR,
"languagehaveworkedwith" VARCHAR,
"versioncontrolsystem" VARCHAR,
"vcinteraction" VARCHAR
);CREATE TABLE filtered_survey_results_schema (
"columns" VARCHAR,
"questions" VARCHAR
);CREATE TABLE stack_overflow_developers_annual_survey_2022 (
"responseid" BIGINT,
"mainbranch" VARCHAR,
"employment" VARCHAR,
"remotework" VARCHAR,
"codingactivities" VARCHAR,
"edlevel" VARCHAR,
"learncode" VARCHAR,
"learncodeonline" VARCHAR,
"learncodecoursescert" VARCHAR,
"yearscode" VARCHAR,
"yearscodepro" VARCHAR,
"devtype" VARCHAR,
"orgsize" VARCHAR,
"purchaseinfluence" VARCHAR,
"buynewtool" VARCHAR,
"country" 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,
"opsysprofessional_use" VARCHAR,
"opsyspersonal_use" VARCHAR,
"versioncontrolsystem" VARCHAR,
"vcinteraction" VARCHAR,
"vchostingpersonal_use" VARCHAR,
"vchostingprofessional_use" VARCHAR,
"officestackasynchaveworkedwith" VARCHAR,
"officestackasyncwanttoworkwith" VARCHAR,
"officestacksynchaveworkedwith" VARCHAR,
"officestacksyncwanttoworkwith" VARCHAR,
"blockchain" VARCHAR,
"newsosites" VARCHAR,
"sovisitfreq" VARCHAR,
"soaccount" VARCHAR,
"sopartfreq" VARCHAR,
"socomm" VARCHAR,
"age" VARCHAR,
"gender" VARCHAR,
"trans" VARCHAR,
"sexuality" VARCHAR,
"ethnicity" VARCHAR,
"accessibility" VARCHAR,
"mentalhealth" VARCHAR,
"tbranch" VARCHAR,
"icorpm" VARCHAR,
"workexp" DOUBLE,
"knowledge_1" VARCHAR,
"knowledge_2" VARCHAR,
"knowledge_3" VARCHAR,
"knowledge_4" VARCHAR,
"knowledge_5" VARCHAR,
"knowledge_6" VARCHAR,
"knowledge_7" VARCHAR,
"frequency_1" VARCHAR,
"frequency_2" VARCHAR,
"frequency_3" VARCHAR,
"timesearching" VARCHAR,
"timeanswering" VARCHAR,
"onboarding" VARCHAR,
"professionaltech" VARCHAR,
"truefalse_1" VARCHAR,
"truefalse_2" VARCHAR,
"truefalse_3" VARCHAR,
"surveylength" VARCHAR,
"surveyease" VARCHAR,
"convertedcompyearly" DOUBLE
);Anyone who has the link will be able to view this.