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
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.