Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: NNDSS - Table IV. Tuberculosis
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- '2016'
|
9 |
+
- mmwr
|
10 |
+
- nedss
|
11 |
+
- netss
|
12 |
+
- nndss
|
13 |
+
- tb
|
14 |
+
- tuberculosis
|
15 |
+
- wonder
|
16 |
+
license: odbl
|
17 |
+
---
|
18 |
+
|
19 |
+
# NNDSS - Table IV. Tuberculosis
|
20 |
+
|
21 |
+
## Description
|
22 |
+
|
23 |
+
NNDSS - Table IV. Tuberculosis - 2016.This Table includes total number of cases reported in the United States, by region and by states, in accordance with the current method of displaying MMWR data. Data on United States will exclude counts from US territories. Footnote: C.N.M.I.: Commonwealth of Northern Mariana Islands. U: Unavailable. -: No reported cases. N: Not reportable. NN: Not Nationally Notifiable Cum: Cumulative year-to-date counts. Min: Minimum. Max: Maximum. * Case counts for reporting year 2015 and 2016 are provisional and subject to change. For further information on interpretation of these data, see http://wwwn.cdc.gov/nndss/document/ProvisionalNationaNotifiableDiseasesSurveillanceData20100927.pdf Data for TB are displayed quarterly.
|
24 |
+
|
25 |
+
## Dataset Details
|
26 |
+
|
27 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
28 |
+
- **Last Modified**: 2017-01-13
|
29 |
+
- **Contact**: CDC INFO ([email protected])
|
30 |
+
|
31 |
+
## Source
|
32 |
+
|
33 |
+
Original data can be found at: https://data.cdc.gov/d/pkas-xr96
|
34 |
+
|
35 |
+
## Usage
|
36 |
+
|
37 |
+
You can load this dataset using:
|
38 |
+
|
39 |
+
```python
|
40 |
+
from datasets import load_dataset
|
41 |
+
dataset = load_dataset('HHS-Official/nndss-table-iv-tuberculosis')
|
42 |
+
```
|
43 |
+
## License
|
44 |
+
|
45 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|