health icon

Health Python Library

From the CORGIS Dataset Project

By Austin Cory Bart acbart@vt.edu
Version 2.0.0, created 11/1/2015
Tags: health, diseases, infection

Overview

This library holds data about reports of diseases in America.

Explore Structure

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

Downloads

Download all of the following files.

  1. health.py
  2. health.data

Usage

import health
report = health.get_report()

Documentation

get_report()
Returns a list of dictionaries representing report.