An open API service indexing awesome lists of open source software.

https://github.com/dhimmel/mesothelioma

Data visualization of mesothelioma in Python
https://github.com/dhimmel/mesothelioma

cancer geoplot mapping mesothelioma mortality python

Last synced: 4 months ago
JSON representation

Data visualization of mesothelioma in Python

Awesome Lists containing this project

README

          

# Mesothelioma Data Visualizations

Visualize mesothelioma mortality in the United States.
[`mesothelioma.ipynb`](mesothelioma.ipynb) creates the following figure:

![mesothelioma mortality by US state](figure/mortality.png)

## Environment

This repository uses [conda](http://conda.pydata.org/docs/) to manage its environment as specified in [`environment.yml`](environment.yml).
Install the environment with:

```sh
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`](LICENSE.md) for details.