US Unemployment Rate By County, 1990-2016
Thanks to the US Department of Labor's Bureau of Labor Statistics
@kaggle.jayrav13_unemployment_by_county_us
Thanks to the US Department of Labor's Bureau of Labor Statistics
@kaggle.jayrav13_unemployment_by_county_us
CREATE TABLE output (
"year" BIGINT,
"month" VARCHAR,
"state" VARCHAR,
"county" VARCHAR,
"rate" DOUBLE
);
Anyone who has the link will be able to view this.