Covidify – corona virus report generator (Python)

栏目: IT技术 · 发布时间: 4年前

内容简介:This repo is for analysis on the

covid-19-analysis

Covidify – corona virus report generator (Python)

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

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. Covidify – corona virus report generator (Python)

Daily Trend Line

This is an daily sum trendline for all the confirmed cases, deaths and recoveries. Covidify – corona virus report generator (Python)

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 )

Covidify – corona virus report generator (Python)

Daily Confirmed Cases

A count for new cases recorded on that given date, does not take past confirmations into account. Covidify – corona virus report generator (Python)

Daily Deaths

A count for deaths due to the virus recorded on that given date, does not take past deaths into account. Covidify – corona virus report generator (Python)

Daily Recoveries

A count for new recovories recorded on that given date, does not take past recoveries into account. Covidify – corona virus report generator (Python)

Currently Infected

A count for all the people who are currently infected for a given date (confirmed cases - (recoveries + deaths)) Covidify – corona virus report generator (Python)

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


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

见微知著-WEB用户体验解构

见微知著-WEB用户体验解构

李清 / 机械工业出版社 / 2010-4 / 36.00元

本书用解构分析的方法,系统全面地介绍了Web页面设计的相关知识和要素。 本书从整体到局部地对网站的元素进行解构,包括网站整体布局、整体配色方案,到网站各个功能区域,如登录区、内容区、广告区等,最后到按钮、反馈、验证码、字体、文字语气等多个细节元素。本书通过解构这些元素来讲述如何对用户体验设计进行优化,如何进行搜索引擎优化。 本书适用于网站交互设计师、视觉设计师、产品经理、网站设计人员、......一起来看看 《见微知著-WEB用户体验解构》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具