Maryland Counties Socioeconomic Characteristics (ACS 5-yr Estimates 2022)
State of Maryland
@usgov.state_of_maryland_maryland_counties_socioeconomic_char_fa453b9d
State of Maryland
@usgov.state_of_maryland_maryland_counties_socioeconomic_char_fa453b9d
CREATE TABLE table_1 (
"jurisdictions" VARCHAR,
"total_households" BIGINT,
"population_25_years_and_older" BIGINT,
"less_than_9th_grade" BIGINT,
"high_school_no_diploma" BIGINT,
"high_school_diploma" BIGINT,
"some_college_no_degree" BIGINT,
"associates_degree" BIGINT,
"bachelor_s_degree" BIGINT,
"graduate_or_professional" BIGINT,
"employment_status_of_the_population_16_years_and_over" BIGINT,
"civilian_labor_force_16_years_over" BIGINT,
"employed" BIGINT,
"unemployed" BIGINT,
"unemployment_rate" BIGINT,
"commute_workers_16_yrs_and_over" BIGINT,
"percent_drove_alone" DOUBLE,
"percent_carpooled" DOUBLE,
"percent_public_transportation" DOUBLE,
"percent_walked" DOUBLE,
"percent_other" DOUBLE,
"percent_worked_at_home" BIGINT,
"median_household_income" BIGINT,
"families" BIGINT,
"percent_families_in_poverty" DOUBLE,
"percent_civilian_population_w_health_ins_cov" BIGINT,
"total_housing_units" BIGINT,
"percent_occupied" DOUBLE,
"percent_vacant" BIGINT,
"total_population" BIGINT,
"voting_age_population" BIGINT,
"male" BIGINT,
"female" BIGINT,
"white_alone" BIGINT,
"black_alone" BIGINT,
"asian_alone" BIGINT,
"american_indian_alaska_native_alone" BIGINT,
"native_hawaiian_pacific_islander_alone" BIGINT,
"some_other_race_alone" BIGINT,
"two_or_more_races" BIGINT,
"hispanic_or_latino_of_any_race" BIGINT
);
Anyone who has the link will be able to view this.