BLS employment measures for California
bls.gov-laus-ca-1
Resources | Packages | Documentation| Contacts| References
Resources
Documentation
This file is a conversion of the BLS Local Area Unemployment (LAUS) file for California. The conversion breaks out parts of the series_id code, and includes a Census ACS geoid for most areas.
Measure Codes
The measure_code
value indicates the type of measure:
measure_code measure_text
03 unemployment rate
04 unemployment
05 employment
06 labor force
Local Area Unemployment Statistics Series Identifier
The following is a sample format description of the Local Area Unemployment Statistics’ series identifier:
1 2
12345678901234567890
Series ID LAUCN281070000000003
Positions Value Field Name
1-2 LA Prefix
3 U [Seasonal Adjustment Code](https://www.bls.gov/help/hlpseas.htm)
4-18 CN2810700000000 [Area Code](https://www.bls.gov/help/def/la.htm#area)
19-20 03 [Measure Code](https://www.bls.gov/help/def/la.htm#measure )
Documentation Links
Contacts
- Wrangler
Packages
- zip http://library.metatab.org/bls.gov-laus-ca-1.zip
- csv http://library.metatab.org/bls.gov-laus-ca-1.csv
- source https://github.com/sandiegodata/planning-database.git
Accessing Packages in Metapack
import metapack as mp
# ZIP Package
pkg = mp.open_package('http://library.metatab.org/bls.gov-laus-ca-1.zip')
# CSV Package
pkg = mp.open_package('http://library.metatab.org/bls.gov-laus-ca-1.csv')
resource = pkg.resource('resource_name') # Get a resource
df = resource.dataframe() # Create a pandas Dataframe
gdf = resource.geoframe() # Create a GeoPandas GeoDataFrame
References
Urls used in the creation of this data package.
- laus_ca_source. Link to source file
- metapack+http://library.metatab.org/sandiegodata.org-geography-2018.csv#sd_county_boundary. San Diego County Boundary
- censusgeo://US/cbsa. Census Core-Based Statistical Areas
- censusgeo://US/csa. Census Combined Statistical Areas
- censusgeo://CA/place. Census Defined Places
- censusgeo://CA/county. Census Counties
- censusgeo://US/state. Census States
Last Modified 2019-01-03T22:56:36