evijit HF Staff commited on
Commit
bf46753
·
verified ·
1 Parent(s): 4b5b749

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -1
README.md CHANGED
@@ -2,4 +2,81 @@
2
  license: odbl
3
  ---
4
 
5
- Original Source Licenses Apply
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: odbl
3
  ---
4
 
5
+ # Massachusetts Occupational Safety and Health Statistics Dataset
6
+
7
+ ## Dataset Description
8
+
9
+ This dataset contains workplace safety information extracted from the Massachusetts Occupational Safety and Health Statistics Program between 2017 and 2022, including injuries by industry, occupation, and demographic data. It provides structured, machine-readable data converted from PDF reports that offer insights into workplace safety trends across Massachusetts.
10
+
11
+ ### Overview
12
+
13
+ The Massachusetts Occupational Safety and Health Statistics Dataset provides comprehensive information on workplace injuries, illnesses, and fatalities, enabling analysis of safety trends by industry sector, occupation type, injury cause, and worker demographics. This dataset transforms complex PDF reports into structured data suitable for analysis and AI applications.
14
+
15
+ ## Source Data
16
+
17
+ - **Original Source**: [Occupational Safety and Health Statistics Program](https://www.mass.gov/occupational-safety-and-health-statistics-program)
18
+ - **Original Format**: PDF reports published on Mass.gov
19
+ - **Data Owner**: Massachusetts Department of Labor Standards
20
+
21
+ ## Dataset Structure
22
+
23
+ The dataset contains the following information, organized by report year and page number of the report:
24
+
25
+ - **Injury and Illness Statistics**:
26
+ - Incidence rates by industry
27
+ - Total recordable cases
28
+ - Cases involving days away from work
29
+ - Cases involving job transfer or restriction
30
+
31
+ - **Industry-Specific Data**:
32
+ - Construction safety statistics
33
+ - Healthcare worker injuries
34
+ - Manufacturing incidents
35
+ - Public sector workplace safety
36
+
37
+ - **Demographic Analysis**:
38
+ - Age groups affected
39
+ - Gender distribution
40
+ - Experience level
41
+
42
+ - **Injury Characteristics**:
43
+ - Nature of injury (e.g., sprains, fractures)
44
+ - Body part affected
45
+ - Event or exposure causing injury
46
+ - Source of injury
47
+
48
+ ## Intended Uses
49
+
50
+ This dataset is designed for:
51
+ - Workplace safety researchers analyzing injury patterns
52
+ - Industry safety officers developing targeted prevention programs
53
+ - Policy makers evaluating the effectiveness of safety regulations
54
+ - Insurance companies assessing industry risk factors
55
+ - AI developers training models for safety risk prediction
56
+ - Educators developing occupational safety training programs
57
+
58
+ ## Limitations
59
+
60
+ - Some data may be aggregated to protect confidentiality
61
+ - Industry and occupation classifications have changed over time
62
+ - Small sample sizes in some categories may limit statistical validity
63
+ - Not all injuries are reported through workers' compensation systems
64
+ - Regional variations within Massachusetts may not be fully captured
65
+
66
+ ## Citation
67
+
68
+ If you use this dataset in your research or applications, please cite:
69
+
70
+ ```
71
+ Massachusetts Department of Labor Standards. (2022).
72
+ Occupational Safety and Health Statistics [Data set].
73
+ Retrieved from https://www.mass.gov/occupational-safety-and-health-statistics-program
74
+ ```
75
+
76
+ ## License
77
+
78
+ This dataset is made available under the same terms as the original data published by the Massachusetts Department of Labor Standards, which is available for public use. When using this data, please attribute the original source as indicated in the citation.
79
+
80
+ ## Acknowledgements
81
+
82
+ We thank the Massachusetts Department of Labor Standards and the Occupational Safety and Health Statistics Program for making the original safety data publicly available. This work was done in cooperation with the U.S. Bureau of Labor Statistics' Survey of Occupational Injuries and Illnesses (SOII) and Census of Fatal Occupational Injuries (CFOI) programs.