- These plots are made for my own purpose to check the time evolution of cases in Hawaii.
- Please do not trust too much them and refer other trustable sources and visualizations.
- You can click legends to highlight the counties as you wish.
- Data source: Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE (https://github.com/CSSEGISandData/COVID-19) and News Releasesfrom Department of Health, State of Hawaii and Hawaii County's COVID-19 site, NYT repository, and Tokyo repository.
- Source code: https://github.com/monodera/covid19plot
- Reference: https://medium.com/analytics-vidhya/mapping-the-spread-of-coronavirus-covid-19-d7830c4282e
Last active
June 2, 2022 20:16
-
-
Save monodera/78ce91f69e3bf5da21302807f373b5b6 to your computer and use it in GitHub Desktop.
Time series of COVID-19 cases (see the texts below)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: MIT | |
height: 1600 | |
scrolling: no | |
border: no |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>COVID-19 Cases</title> | |
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-2.4.3.min.js"></script> | |
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.3.min.js"></script> | |
<script type="text/javascript"> | |
Bokeh.set_log_level("info"); | |
</script> | |
</head> | |
<body> | |
<div class="bk-root" id="528ad916-377c-4ff0-aaad-e0c0e3c87b08" data-root-id="3288"></div> | |
<script type="application/json" id="4777"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment