Local Area Unemployment Statistics (LAUS), Annual Average
State of California
@usgov.ca_gov_local_area_unemployment_statistics_laus_annual_average
State of California
@usgov.ca_gov_local_area_unemployment_statistics_laus_annual_average
This dataset contains the Local Area Unemployment Statistics (LAUS), annual averages from 1990 to 2024.
The Local Area Unemployment Statistics (LAUS) program is a Federal-State cooperative effort in which monthly estimates of total employment and unemployment are prepared for approximately 7,600 areas, including counties, cities and metropolitan statistical areas. These estimates are key indicators of local economic conditions.
The Bureau of Labor Statistics (BLS) of the U.S. Department of Labor is responsible for the concepts, definitions, technical procedures, validation, and publication of the estimates that State workforce agencies prepare under agreement with BLS.
Estimates for counties are produced through a building-block approach known as the "Handbook method." This procedure also uses data from several sources, including the CPS, the CES program, state UI systems, and the Census Bureau's American Community Survey (ACS), to create estimates that are adjusted to the statewide measures of employment and unemployment. Estimates for cities are prepared using disaggregation techniques based on inputs from the ACS, annual population estimates, and current UI data.
Organization: State of California
Last updated: 2025-07-23T18:52:43.475744
Tags: annual-average, california-employment-development-department, employment, labor-force, laus, local-area-unemployment-statistics, unemployment, unemployment-rate
CREATE TABLE local_area_unemployment_statistics_laus_annual_average (
"area_name" VARCHAR,
"area_type" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"seasonally_adjusted_y_n" VARCHAR -- Seasonally Adjusted(Y/N),
"status" VARCHAR,
"labor_force" BIGINT,
"employment" BIGINT,
"unemployment" BIGINT,
"unemployment_rate" DOUBLE
);CREATE TABLE n__dictionary_local_area_unemployment_statistics_laus__df208174 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);Anyone who has the link will be able to view this.