Iowa Quarterly Census Of Employment And Wage Data (Statewide And County)
State of Iowa
@usgov.state_of_iowa_iowa_quarterly_census_of_employment_and__8f9b7471
State of Iowa
@usgov.state_of_iowa_iowa_quarterly_census_of_employment_and__8f9b7471
This dataset contains the quarterly employment and wage data for the counties and statewide by two and three-digit sector in Iowa. This data is a census collected from unemployment insurance-covered employment in the state of Iowa.
Organization: State of Iowa
Last updated: 2023-01-19T23:49:02.079942
Tags: covered-employment, employment, industry, wages
CREATE TABLE table_1 (
"year" BIGINT,
"quarter" BIGINT,
"area_type" BIGINT,
"area_name" VARCHAR,
"industry" BIGINT,
"description" VARCHAR,
"locations" BIGINT,
"month_1" DOUBLE,
"month_2" DOUBLE,
"month_3" DOUBLE,
"average_emp" DOUBLE,
"wages" DOUBLE,
"average_wage_weekly" DOUBLE -- Average Wage (Weekly)
);Anyone who has the link will be able to view this.