项目作者: kevinmcfarlane

项目描述 :
Analyses daily statistics from Worldometer Coronavirus web site
高级语言: F#
项目地址: git://github.com/kevinmcfarlane/CoronavirusAnalyser.git
创建时间: 2020-04-01T15:18:40Z
项目社区:https://github.com/kevinmcfarlane/CoronavirusAnalyser

开源协议:

下载


Worldometer Coronavirus Analysis

Worldometer [Coronavirus] daily statistics. Analysis of the Countries table.

Results - Excel output for Top 20 countries by Total Cases with extra calculated columns

Sorted output - deaths/cases

Technology

[F# Data Library] for data access, in particular the HTML Type Provider. This allows us to “screen scrape” a web page and strongly infer the names and data types in a HTML table, for example. These will then appear in the F# IntelliSense with full type-checking.

[Coronavirus]: https://www.worldometers.info/coronavirus

[F# Data Library]: https://fsharp.github.io/FSharp.Data