Baselight

Stack Overflow Annual Developer Survey 2022

Survey of 70,000 developers by StackOverflow.

@kaggle.dheemanthbhat_stack_overflow_annual_developer_survey_2022

Survey Results Schema
@kaggle.dheemanthbhat_stack_overflow_annual_developer_survey_2022.survey_results_schema

  • 16.13 KB
  • 66 rows
  • 6 columns
qid

Qid

qname

Qname

question

Question

force_resp

Force Resp

type

Type

selector

Selector

QID16S0<div><span style="font-size:19px;"><strong>Hello world! </strong></span></div> <div> </div> <div>Thank you for taking the 2022 Stack Overflow Developer Survey, the longest running survey of software developers (and anyone else who codes!) on Earth. </div> <div> </div> <div>As in previous years, …DBTB
QID12MetaInfoBrowser Meta InfoMetaBrowser
QID1S1<span style="font-size:22px; font-family: arial,helvetica,sans-serif; font-weight: 700;">Basic Information</span><br> <br> <p><span style="font-size:16px; font-family:arial,helvetica,sans-serif;">The first section will focus on some basic information about who you are.<br> <br> Most questions in thi…DBTB
QID2MainBranchWhich of the following options best describes you today? Here, by "developer" we mean "someone who writes code." <b>*</b>trueMCSAVR
QID296EmploymentWhich of the following best describes your current employment status?MCMAVR
QID308RemoteWorkWhich best describes your current work situation?MCSAVR
QID297CodingActivitiesWhich of the following best describes the code you write outside of work? Select all that apply.MCMAVR
QID190S2<span style="font-size:22px; font-family: arial,helvetica,sans-serif; font-weight: 700;">Education, work, and career</span><br /> <p><span style="font-size:16px; font-family:arial,helvetica,sans-serif;">This section will focus on your education, work, and career.<br /> <br /> Most questions in thi…DBTB
QID25EdLevelWhich of the following best describes the highest level of formal education that you’ve completed? *MCSAVR
QID276LearnCodeHow did you learn to code? Select all that apply.MCMAVR

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.