pibou commited on
Commit
1a09928
·
verified ·
1 Parent(s): 9923a28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: cc-by-nc-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Measuring the Intensive Margin of Work: Data
2
+
3
+ This repository contains the data generated and analyzed in the paper:
4
+ **["Measuring the Intensive Margin of Work: Task Shares and Concentration"](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6174538)**
5
+
6
+ ## Data Description
7
+
8
+ ### Mean Estimates
9
+ We provide mean estimates for each O*NET version (from 20.1 to the current production version) for the following metrics:
10
+
11
+ * **Yearly occurrence count** for each job-task pair:
12
+ `task_labor_input_mean_estimates/{ONET_VERSION}/ONET_{ONET_VERSION}_weight_mode_STANDARD_task_flow_mean_estimates.csv`
13
+ * **Labor input share** for each job-task pair:
14
+ `task_labor_input_mean_estimates/{ONET_VERSION}/ONET_{ONET_VERSION}_weight_mode_STANDARD_task_labor_input_mean_estimates.csv`
15
+
16
+ ### Full Estimators
17
+ We provide mean and variance for each O*NET version (from 20.1 to the current production version) for the following metrics when the data is available:
18
+
19
+ **To be released**
20
+
21
+ ---
22
+
23
+ ## License
24
+
25
+ This work is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0)](https://creativecommons.org/licenses/by-nc-nd/4.0/).