Local Area Unemployment Statistics (LAUS)
State of California
@usgov.ca_gov_local_area_unemployment_statistics_laus
State of California
@usgov.ca_gov_local_area_unemployment_statistics_laus
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-10-23T12:59:35.463025
Tags: bls, california-employment-development-department, employment, labor-force, labor-statistics, laus, local-area-employment-statistics, local-area-unemployment-statistics, unemployment, unemployment-rate
CREATE TABLE local_area_unemployment_statistics_laus_seasonally_adjusted (
"area_type" VARCHAR,
"area_name" VARCHAR,
"date" TIMESTAMP,
"year" DOUBLE,
"month" VARCHAR,
"seasonally_adjusted" VARCHAR,
"status" VARCHAR,
"labor_force" DOUBLE,
"employment" DOUBLE,
"unemployment" DOUBLE,
"unemployment_rate" VARCHAR,
"unnamed_11" VARCHAR -- Unnamed: 11,
"unnamed_12" VARCHAR -- Unnamed: 12
);Anyone who has the link will be able to view this.