Baselight

Stack Overflow 2023 Survey Dataset

Stack Overflow Annual Developer Survey

@kaggle.aashidutt3_stack_overflow_2023_survey_dataset

Survey Results Schema
@kaggle.aashidutt3_stack_overflow_2023_survey_dataset.survey_results_schema

  • 12.4 KB
  • 78 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 2023 Stack Overflow Developer Survey, the longest running survey of software developers (and anyone else who codes!) on Earth. </div> <div> </div> <div>There are seven sectio…FalseDBTB
QID12MetaInfoBrowser Meta InfoFalseMetaBrowser
QID310Q310<div><span style="font-size:19px;"><strong>You consent to providing your information to help us stay privacy compliant</strong></span></div> <div> </div> <div>Your participation in this survey is completely anonymous. As in previous years, anonymized results of the survey will be made publicly av…FalseDBTB
QID312Q120 TrueMCSAVR
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…FalseDBTB
QID2MainBranchWhich of the following options best describes you today? For the purpose of this survey, a developer is "someone who writes code". *TrueMCSAVR
QID127AgeWhat is your age? *TrueMCMAVR
QID296EmploymentWhich of the following best describes your current employment status? Select all that apply.FalseMCMAVR
QID308RemoteWorkWhich best describes your current work situation?FalseMCSAVR
QID297CodingActivitiesWhich of the following best describes the code you write outside of work? Select all that apply.FalseMCMAVR

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

Share link

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