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
- Host: GitHub
- URL: https://github.com/dhimmel/mesothelioma
- Owner: dhimmel
- License: cc0-1.0
- Created: 2017-12-15T20:29:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T21:12:42.000Z (about 8 years ago)
- Last Synced: 2025-03-23T18:12:45.058Z (9 months ago)
- Topics: cancer, geoplot, mapping, mesothelioma, mortality, python
- Language: Jupyter Notebook
- Size: 224 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mesothelioma Data Visualizations
Visualize mesothelioma mortality in the United States.
[`mesothelioma.ipynb`](mesothelioma.ipynb) creates the following figure:

## 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.