Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: NAAG Tobacco Settlement Payments
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- osh
|
9 |
+
- policy
|
10 |
+
- tobacco
|
11 |
+
---
|
12 |
+
|
13 |
+
# NAAG Tobacco Settlement Payments
|
14 |
+
|
15 |
+
## Description
|
16 |
+
|
17 |
+
1999-2024. National Association of Attorneys General (NAAG). Policy—Tobacco Settlement Payments. The National Association of Attorneys General (NAAG) provides Tobacco Settlement Revenue data for 46 states participating in the Master Settlement Agreement (MSA) with the four largest tobacco companies in the United States. Data are reported on an annual basis. Four states (Florida, Minnesota, Mississippi, and Texas) provide the STATE System their Tobacco Settlement Revenue data independently.
|
18 |
+
|
19 |
+
## Dataset Details
|
20 |
+
|
21 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
22 |
+
- **Last Modified**: 2024-05-13
|
23 |
+
- **Contact**: OSHData Support ([email protected])
|
24 |
+
|
25 |
+
## Source
|
26 |
+
|
27 |
+
Original data can be found at: https://www.cdc.gov/statesystem/index.html
|
28 |
+
|
29 |
+
## Usage
|
30 |
+
|
31 |
+
You can load this dataset using:
|
32 |
+
|
33 |
+
```python
|
34 |
+
from datasets import load_dataset
|
35 |
+
dataset = load_dataset('HHS-Official/naag-tobacco-settlement-payments')
|
36 |
+
```
|
37 |
+
## License
|
38 |
+
|
39 |
+
This dataset is licensed under http://opendatacommons.org/licenses/by/1.0/
|