From the CORGIS Dataset Project
By Austin Cory Bart acbart@vt.edu
Version 2.0.0, created 11/1/2015
Tags: health, diseases, infection
This library holds data about reports of diseases in America.
Each row represents $MISSING_FIELD.
Index | Type | Example Value |
---|---|---|
0 | dict | { } |
1 | dict | (same structure) |
2 | dict | (same structure) |
... | ... | ... |
Key | Type | Example Value | Description |
---|---|---|---|
"disease" |
str |
"MEASLES"
|
$MISSING_FIELD |
"increase" |
float |
334.98999999999995
|
$MISSING_FIELD |
"loc" |
str |
"ALABAMA"
|
$MISSING_FIELD |
"number" |
int |
8843
|
$MISSING_FIELD |
"population" |
int |
2640000
|
$MISSING_FIELD |
"year" |
int |
1928
|
$MISSING_FIELD |
Download all of the following files.
import health
report = health.get_report()