Skip to content

Data and code for an interactive data visualization showing updated mortality data

Notifications You must be signed in to change notification settings

MattTriano/Causes_of_Mortality

Repository files navigation

Science Innovators Visualization Project

This repo contains at data, preprocessing and helper scripts, proof of concept d3.js pages, and our interactive data visualization.

We're building a visualization that explores factors that impact life expectancy and population.

Opening these files in Chrome

To prevent cross-site scripting attacks, Chrome won't let scripts load data from a server with a different origin. To set up a local server in Windows, I navigate (from the command line) to the directory of interest and enter

(your_env) ~/.../Causes_of_Mortality$ python -m http.server 8888 &.

and then in Chrome, I enter "localhost:8888" as the URL.

Data Sources

Reference Examples

About

Data and code for an interactive data visualization showing updated mortality data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published