Baselight

Chronic Disease Indicators Dataset

A Comprehensive Look at Chronic Diseases and Associated Risk Factors Across US

@kaggle.yashdogra_chronic_dis_ind

U S Chronic Disease Indicators
@kaggle.yashdogra_chronic_dis_ind.u_s_chronic_disease_indicators

  • 4.88 MB
  • 309215 rows
  • 34 columns
yearstart

YearStart

yearend

YearEnd

locationabbr

LocationAbbr

locationdesc

LocationDesc

datasource

DataSource

topic

Topic

question

Question

response

Response

datavalueunit

DataValueUnit

datavaluetype

DataValueType

datavalue

DataValue

datavaluealt

DataValueAlt

datavaluefootnotesymbol

DataValueFootnoteSymbol

datavaluefootnote

DataValueFootnote

lowconfidencelimit

LowConfidenceLimit

highconfidencelimit

HighConfidenceLimit

stratificationcategory1

StratificationCategory1

stratification1

Stratification1

stratificationcategory2

StratificationCategory2

stratification2

Stratification2

stratificationcategory3

StratificationCategory3

stratification3

Stratification3

geolocation

Geolocation

locationid

LocationID

topicid

TopicID

questionid

QuestionID

responseid

ResponseID

datavaluetypeid

DataValueTypeID

stratificationcategoryid1

StratificationCategoryID1

stratificationid1

StratificationID1

stratificationcategoryid2

StratificationCategoryID2

stratificationid2

StratificationID2

stratificationcategoryid3

StratificationCategoryID3

stratificationid3

StratificationID3

20192019ARArkansasBRFSSDiabetesDiabetes among adults%Crude Prevalence13.613.6nannan12.115.4SexMalePOINT (-92.27449074299966 34.74865012400045)5DIADIA01CRDPREVSEXSEXM
20192019IDIdahoBRFSSDiabetesDiabetes among adults%Crude Prevalence10.610.6nannan9.112.2SexMalePOINT (-114.3637300419997 43.682630005000476)16DIADIA01CRDPREVSEXSEXM
20192019INIndianaYRBSSSleepShort sleep duration among high school students%Crude Prevalence*No data availableGradeGrade 12POINT (-86.14996019399968 39.766910452000445)18SLEPSLP02CRDPREVGRADEGRD12
20192019IAIowaNVSSAsthmaAsthma mortality among all people, underlying causeNumberNumber5454nannanOverallOverallPOINT (-93.81649055599968 42.46940091300047)19ASTAST01NMBROVERALLOVR
20192019IAIowaBRFSSAsthmaCurrent asthma among adults%Crude Prevalence10.310.3nannan9.111.7AgeAge 18-44POINT (-93.81649055599968 42.46940091300047)19ASTAST02CRDPREVAGEAGE1844
20192019IAIowaNVSSDiabetesDiabetes mortality among all people, underlying or contributing causeNumberNumber5454nannanAgeAge 0-44POINT (-93.81649055599968 42.46940091300047)19DIADIA03NMBRAGEAGE0_44
20192019IAIowaBRFSSHealth StatusRecent activity limitation among adultsNumberCrude Mean2.32.3nannan2.12.5SexFemalePOINT (-93.81649055599968 42.46940091300047)19HEAHEA04CRDMEANSEXSEXF
20192019IAIowaBRFSSMental HealthDepression among adults%Crude Prevalence3131nannan20.643.7Race/EthnicityMultiracial, non-HispanicPOINT (-93.81649055599968 42.46940091300047)19MENMEN02CRDPREVRACEMRC
20192019KSKansasNVSSDiabetesDiabetes mortality among all people, underlying or contributing causeNumberNumber524524nannanAgeAge 45-64POINT (-98.20078122699965 38.34774030000045)20DIADIA03NMBRAGEAGE4564
20192019LALouisianaBRFSSMental HealthDepression among adults%Crude Prevalence29.329.3nannan20.739.6Race/EthnicityHispanicPOINT (-92.44568007099969 31.31266064400046)22MENMEN02CRDPREVRACEHIS

CREATE TABLE u_s_chronic_disease_indicators (
  "yearstart" BIGINT,
  "yearend" BIGINT,
  "locationabbr" VARCHAR,
  "locationdesc" VARCHAR,
  "datasource" VARCHAR,
  "topic" VARCHAR,
  "question" VARCHAR,
  "response" VARCHAR,
  "datavalueunit" VARCHAR,
  "datavaluetype" VARCHAR,
  "datavalue" DOUBLE,
  "datavaluealt" DOUBLE,
  "datavaluefootnotesymbol" VARCHAR,
  "datavaluefootnote" VARCHAR,
  "lowconfidencelimit" DOUBLE,
  "highconfidencelimit" DOUBLE,
  "stratificationcategory1" VARCHAR,
  "stratification1" VARCHAR,
  "stratificationcategory2" VARCHAR,
  "stratification2" VARCHAR,
  "stratificationcategory3" VARCHAR,
  "stratification3" VARCHAR,
  "geolocation" VARCHAR,
  "locationid" BIGINT,
  "topicid" VARCHAR,
  "questionid" VARCHAR,
  "responseid" VARCHAR,
  "datavaluetypeid" VARCHAR,
  "stratificationcategoryid1" VARCHAR,
  "stratificationid1" VARCHAR,
  "stratificationcategoryid2" VARCHAR,
  "stratificationid2" VARCHAR,
  "stratificationcategoryid3" VARCHAR,
  "stratificationid3" VARCHAR
);

Share link

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