内容简介:This repo is for analysis on the
covid-19-analysis
This repo is for analysis on the corona virus / covid-19 that will extract the latest data and generate reports. This repo will be updated daily
To-do list
- checkout the kanban boards to see work in progress
Installation
-
pip install covidify
How to run:
Desktop $covidify Usage: covidify [OPTIONS] COMMAND [ARGS]... ☣ COVIDIFY ☣ - use the most up-to-date data to generate reports of confirmed cases, fatalities and recoveries. Options: --help Show this message and exit. Commands: run
$ covidify run --help Usage: covidify run [OPTIONS] Options: --output TEXT Folder to output data and reports [Default: /Users/$USER/Desktop/covidify-output/] --source TEXT There are two datasources to choose from, John Hopkins github repo or wikipedia -- options are git or wiki respectively [Default: git] --help Show this message and exit.
Example Commands:
# Will default to desktop folder # for output and github for datasource covidify run
# Will default to desktop folder for output covidify run --source=wiki
covidify run --output=/Users/award40/Documents/projects-folder --source=git
Results:
- The package will pull the latest live data and generate following in the output folder:
- Preprocessed time series data
- graph reports
Visualization of data
This plots will be updated daily to visualize stats 3 attributes:
confirmed cases deaths recoveries
Trend Line
This is an accumalitive sum trendline for all the confirmed cases, deaths and recoveries.
Daily Trend Line
This is an daily sum trendline for all the confirmed cases, deaths and recoveries.
Stacked Daily Confirmed Cases
This stacked bar chart shows a daily sum of people who are currently confirmed ( red ) and the number of people who have been been confirmed on that day ( blue )
Daily Confirmed Cases
A count for new cases recorded on that given date, does not take past confirmations into account.
Daily Deaths
A count for deaths due to the virus recorded on that given date, does not take past deaths into account.
Daily Recoveries
A count for new recovories recorded on that given date, does not take past recoveries into account.
Currently Infected
A count for all the people who are currently infected for a given date (confirmed cases - (recoveries + deaths))
Data Source
- The data comes from the Novel Coronavirus (COVID-19) Cases , which is a live dataset provided by JHU CSSE.
- Data available here .
Appendix
- All code written by me (Aaron Ward - https://www.linkedin.com/in/aaronjward/ )
- A special thank you to the JHU CSSE team for maintaining the data
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JSP 应用开发详解(第二版)
飞思科技产品研发中心 / 电子工业出版社 / 2004-1-1 / 55.00
本书结合JSP和Servlet的最新规范,从基本的语法和规范入手,以经验为后盾,以实用为目标,以实例为导向,以实践为指导,深入浅出地讲解了JSP 开发中的种种问题。以精简的内容介绍了JSP的语法、Servlet技术、JDBC技术、标签库技术、表达式语言、Struts、JavaServer Face等技术;对于JSP开发中常遇到的典型的难点,专门设置了专题进行集中讨论。本书的最后一篇围绕一个电子商务......一起来看看 《JSP 应用开发详解(第二版)》 这本书的介绍吧!