Iowa Unemployment Insurance Benefit Payments And Recipients By County (Monthly)
State of Iowa
@usgov.state_of_iowa_iowa_unemployment_insurance_benefit_paym_75fe22c7
State of Iowa
@usgov.state_of_iowa_iowa_unemployment_insurance_benefit_paym_75fe22c7
CREATE TABLE table_1 (
"month" VARCHAR,
"county_name" VARCHAR,
"benefits_paid" BIGINT,
"weeks_compensated" BIGINT,
"recipients" BIGINT,
"first_payments" BIGINT,
"final_payments" BIGINT,
"average_duration" DOUBLE,
"county_fip" BIGINT,
"gnis_feature_id" BIGINT,
"primary_lat_dec" DOUBLE,
"primary_long_dec" DOUBLE,
"primary_county_coordinates" VARCHAR,
"sort_code" BIGINT
);
Anyone who has the link will be able to view this.