US Census Demographic Data
Demographic and Economic Data for Tracts and Counties
@kaggle.muonneutrino_us_census_demographic_data
Demographic and Economic Data for Tracts and Counties
@kaggle.muonneutrino_us_census_demographic_data
CREATE TABLE acs2015_county_data (
"censusid" BIGINT,
"state" VARCHAR,
"county" VARCHAR,
"totalpop" BIGINT,
"men" BIGINT,
"women" BIGINT,
"hispanic" DOUBLE,
"white" DOUBLE,
"black" DOUBLE,
"native" DOUBLE,
"asian" DOUBLE,
"pacific" DOUBLE,
"citizen" BIGINT,
"income" DOUBLE,
"incomeerr" DOUBLE,
"incomepercap" BIGINT,
"incomepercaperr" BIGINT,
"poverty" DOUBLE,
"childpoverty" DOUBLE,
"professional" DOUBLE,
"service" DOUBLE,
"office" DOUBLE,
"construction" DOUBLE,
"production" DOUBLE,
"drive" DOUBLE,
"carpool" DOUBLE,
"transit" DOUBLE,
"walk" DOUBLE,
"othertransp" DOUBLE,
"workathome" DOUBLE,
"meancommute" DOUBLE,
"employed" BIGINT,
"privatework" DOUBLE,
"publicwork" DOUBLE,
"selfemployed" DOUBLE,
"familywork" DOUBLE,
"unemployment" DOUBLE
);
Anyone who has the link will be able to view this.