Workforce Characteristics 2016
State of Missouri
@usgov.state_of_missouri_workforce_characteristics_2016
State of Missouri
@usgov.state_of_missouri_workforce_characteristics_2016
CREATE TABLE table_1 (
"county" VARCHAR,
"wd_area" VARCHAR,
"female" BIGINT,
"male" BIGINT,
"total" BIGINT,
"perc_female" DOUBLE,
"perc_male" DOUBLE,
"age_14_21" BIGINT,
"age_22_34" BIGINT,
"age_35_54" BIGINT,
"age_55_64" BIGINT,
"age_65_and_over" BIGINT,
"age_total" BIGINT,
"f_age_14_21" BIGINT,
"f_age_22_34" BIGINT,
"f_age_35_54" BIGINT,
"f_age_55_64" BIGINT,
"f_age_65_and_over" BIGINT,
"m_age_14_21" BIGINT,
"m_age_22_34" BIGINT,
"m_age_35_54" BIGINT,
"m_age_55_64" BIGINT,
"m_age_65_and_over" BIGINT,
"age_total_1" BIGINT,
"r_natamer_alone" DOUBLE,
"r_asian_alone" BIGINT,
"r_black_alone" BIGINT,
"r_nathawpac" DOUBLE,
"r_twomore" DOUBLE,
"r_white_alone" BIGINT,
"race_total" BIGINT,
"e_hisplat" DOUBLE,
"e_not_hisplat" BIGINT,
"e_total" DOUBLE,
"d_with_disability" BIGINT,
"d_no_disability" BIGINT,
"d_total" BIGINT,
"d_percdisability" DOUBLE,
"edatt_lesshs" BIGINT,
"edatt_hsgrad" BIGINT,
"edatt_somecollege_assoc" BIGINT,
"edatt_bachplus" BIGINT,
"edatt_all" BIGINT,
"edatt_percworkforce_somecollplus" DOUBLE,
"edatt_percworkforce_bachplus" DOUBLE,
"edatt_notavail_under25" BIGINT
);
Anyone who has the link will be able to view this.