Employment, Unemployment, And Labor Force Data
State of Maryland
@usgov.state_of_maryland_employment_unemployment_and_labor_force_data
State of Maryland
@usgov.state_of_maryland_employment_unemployment_and_labor_force_data
This dataset uses seasonally adjusted data from the US Bureau of Labor Statistics to present information on Maryland's labor force participation rate, employment rate, and unemployment rate.
Organization: State of Maryland
Last updated: 2020-11-10T17:25:38.577064
Tags: bls, bureau-of-labor-statistics, employment, labor-force-participation, unemployment
CREATE TABLE table_1 (
"date" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"date_label" VARCHAR,
"civilian_non_institutional_population" BIGINT,
"civilian_labor_force" BIGINT,
"labor_force_participation_rate" DOUBLE,
"employed" BIGINT,
"employment_rate" DOUBLE,
"unemployed" BIGINT,
"unemployment_rate" DOUBLE
);Anyone who has the link will be able to view this.