Iowa Local Area Unemployment Statistics
State of Iowa
@usgov.state_of_iowa_iowa_local_area_unemployment_statistics
State of Iowa
@usgov.state_of_iowa_iowa_local_area_unemployment_statistics
CREATE TABLE table_1 (
"state_fips" BIGINT,
"area_type" VARCHAR,
"area_name" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"seasonally_adjusted" BIGINT,
"laborforce" BIGINT,
"employment" BIGINT,
"unemployment" BIGINT,
"unemployment_rate" DOUBLE,
"labforce_part_rate" DOUBLE
);
Anyone who has the link will be able to view this.