Mesothelioma Data Visualizations
Visualize mesothelioma mortality in the United States.
mesothelioma.ipynb
creates the following figure:
Environment
This repository uses conda to manage its environment as specified in environment.yml
.
Install the environment with:
conda env create --file=environment.yml
Then use source activate mesothelioma
and source deactivate
to activate or deactivate the environment.
On windows, use activate mesothelioma
and deactivate
instead.
License
This repository is dedicated to the public domain.
See LICENSE.md
for details.