미국 주 고용 시간 및 소득

CES(Current Employment Statistics) 프로그램은 미국의 급여 대장에 있는 노동자의 농장 이외 고용, 시간 및 소득의 자세한 산업 예상치를 생성합니다.

참고 항목

Microsoft는 Azure Open Datasets를 “있는 그대로” 제공합니다. Microsoft는 귀하의 데이터 세트 사용과 관련하여 어떠한 명시적이거나 묵시적인 보증, 보장 또는 조건을 제공하지 않습니다. 귀하가 거주하는 지역의 법규가 허용하는 범위 내에서 Microsoft는 귀하의 데이터 세트 사용으로 인해 발생하는 일체의 직접적, 결과적, 특별, 간접적, 부수적 또는 징벌적 손해 또는 손실을 비롯한 모든 손해 또는 손실에 대한 모든 책임을 부인합니다.

이 데이터 세트는 Microsoft가 원본 데이터를 받은 원래 사용 약관에 따라 제공됩니다. 데이터 세트에는 Microsoft가 제공한 데이터가 포함될 수 있습니다.

이 데이터 세트는 BLS(미국 노동 통계국)에서 게시한 주 및 대도시 지역 고용, 시간 및 소득 데이터에서 제공됩니다. 이 데이터 세트 사용과 관련된 사용 약관은 연결 및 저작권 정보중요한 웹 사이트 고지 사항을 검토하세요.

스토리지 위치

이 데이터 세트는 미국 동부 Azure 지역에 저장됩니다. 선호도를 위해 미국 동부에 컴퓨팅 리소스를 할당하는 것이 좋습니다.

이름 데이터 형식 고유한 값(샘플)
area_code string 446 0 31084
area_name string 446 Statewide Los Angeles-Long Beach-Glendale, CA Metropolitan Division
data_type_code string 9 1 3
data_type_text string 9 All Employees, In Thousands Average Weekly Hours of All Employees
footnote_codes string 3 nan P
industry_code string 343 0 5000000
industry_name string 343 Total Nonfarm Total Private
기간 string 13 M04 M05
seasonal 문자열 2 미국
series_id string 23,853 SMU12000000000000001 SMU36000000000000001
state_code string 53 6 48
state_name string 53 California Texas
supersector_code string 22 90 60
supersector_name string 22 Government Professional and Business Services
value float 132,565 0.30000001192092896 0.10000000149011612
연도 int 81 2014 2018

미리 보기를

area_code state_code data_type_code industry_code supersector_code series_id 연도 기간 value footnote_codes seasonal supersector_name industry_name data_type_text state_name area_name
13460 41 26 0 0 SMS41134600000000026 1990 M04 0.2 nan S Total Nonfarm Total Nonfarm All Employees, 3-month average change, In Thousands, seasonally adjusted 오리건 Bend-Redmond, OR
13460 41 26 0 0 SMS41134600000000026 1990 M05 0.2 nan S Total Nonfarm Total Nonfarm All Employees, 3-month average change, In Thousands, seasonally adjusted 오리건 Bend-Redmond, OR
13460 41 26 0 0 SMS41134600000000026 1990 M06 0.1 nan S Total Nonfarm Total Nonfarm All Employees, 3-month average change, In Thousands, seasonally adjusted 오리건 Bend-Redmond, OR
13460 41 26 0 0 SMS41134600000000026 1990 M07 0.1 nan S Total Nonfarm Total Nonfarm All Employees, 3-month average change, In Thousands, seasonally adjusted 오리건 Bend-Redmond, OR
13460 41 26 0 0 SMS41134600000000026 1990 M08 0.2 nan S Total Nonfarm Total Nonfarm All Employees, 3-month average change, In Thousands, seasonally adjusted 오리건 Bend-Redmond, OR
13460 41 26 0 0 SMS41134600000000026 1990 M09 0.2 nan S Total Nonfarm Total Nonfarm All Employees, 3-month average change, In Thousands, seasonally adjusted 오리건 Bend-Redmond, OR
13460 41 26 0 0 SMS41134600000000026 1990 M10 0.1 nan S Total Nonfarm Total Nonfarm All Employees, 3-month average change, In Thousands, seasonally adjusted 오리건 Bend-Redmond, OR

데이터 액세스

Azure Notebooks

# This is a package in preview.
from azureml.opendatasets import UsLaborEHEState

usLaborEHEState = UsLaborEHEState()
usLaborEHEState_df = usLaborEHEState.to_pandas_dataframe()
usLaborEHEState_df.info()

Azure Databricks

# This is a package in preview.
from azureml.opendatasets import UsLaborEHEState

usLaborEHEState = UsLaborEHEState()
usLaborEHEState_df = usLaborEHEState.to_spark_dataframe()
display(usLaborEHEState_df.limit(5))

Azure Synapse

이 플랫폼/패키지 조합에는 샘플을 사용할 수 없습니다.

다음 단계

Open Datasets 카탈로그에서 나머지 데이터 세트를 봅니다.