Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Measuring the Intensive Margin of Work: Task-Level Labor Input Data
|
| 2 |
|
| 3 |
This dataset provides **task-level measures of labor input within occupations**, constructed from O*NET task frequency data.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-nc-nd-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 10K<n<100K
|
| 7 |
+
tags:
|
| 8 |
+
- labor-economics
|
| 9 |
+
- labor-market
|
| 10 |
+
- artificial-intelligence
|
| 11 |
+
- future-of-work
|
| 12 |
+
- onet
|
| 13 |
+
- occupation-task-share
|
| 14 |
+
- economics
|
| 15 |
+
- workforce-analytics
|
| 16 |
+
- automation
|
| 17 |
+
- employment
|
| 18 |
+
pretty_name: Task-Level Labor Input Data (O*NET-based Intensive Margin Measures)
|
| 19 |
+
dataset_info:
|
| 20 |
+
features:
|
| 21 |
+
- name: onetsoc_code
|
| 22 |
+
dtype: string
|
| 23 |
+
description: O*NET occupation code
|
| 24 |
+
- name: task_id
|
| 25 |
+
dtype: int
|
| 26 |
+
description: O*NET task identifier
|
| 27 |
+
- name: mean
|
| 28 |
+
dtype: float32
|
| 29 |
+
description: Estimated task flow (μ) or task share (π)
|
| 30 |
+
- name: variance
|
| 31 |
+
dtype: float32
|
| 32 |
+
description: Estimated variance (available for full estimates only)
|
| 33 |
+
splits:
|
| 34 |
+
- name: train
|
| 35 |
+
num_bytes: null
|
| 36 |
+
num_examples: null
|
| 37 |
+
download_size: null
|
| 38 |
+
dataset_size: null
|
| 39 |
+
configs:
|
| 40 |
+
- config_name: mean_estimates
|
| 41 |
+
data_files:
|
| 42 |
+
- split: train
|
| 43 |
+
path: task_labor_input_mean_estimates/**.csv
|
| 44 |
+
- config_name: full_estimates
|
| 45 |
+
data_files:
|
| 46 |
+
- split: train
|
| 47 |
+
path: task_labor_input_full_estimates/**.csv
|
| 48 |
+
---
|
| 49 |
+
|
| 50 |
+
|
| 51 |
# Measuring the Intensive Margin of Work: Task-Level Labor Input Data
|
| 52 |
|
| 53 |
This dataset provides **task-level measures of labor input within occupations**, constructed from O*NET task frequency data.
|