Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.87 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.87 KB

WuhanCoronavirus-Malaysia

Statistics of Wuhan coronavirus (COVID-19) in Malaysia
Summary is
https://drxyzw.github.io/WuhanCoronavirus-Malaysia/

Case number analysis result is under /data folder.

  • Total
    Nationwide total in Malaysia. The data is taken from Star online website until 22 April 2021, and from a blog of Health Director of Malaysia since 23 April 2021. Then taken from GitHub of Ministry of Health Malaysia https://github.com/MoH-Malaysia/covid19-public/tree/main/epidemic from 3 Sep 2021
    • totalRaw.csv - Raw data from Star online. Below data files are generated from this raw file.
    • dailyTotal.csv - Statistics of cumulative cases, deaths, recovered cases, and active cases. Cumulative cases are on confirmed basis.
    • dailyTotalChange.csv - Daily change of dailyTotal.csv.
    • dailyDynamics.csv - New cases vs cumulative cases. Any exponential growth is on y=x line.
    • latestTotal.csv - of cumulative cases, cumulative deaths, recovered and active cases. This shows composition on a pie chart.
  • By state
    Number for each state in Malaysia. The data is taken from Wikipedia until 26 Oct 2020, and from a blog of Health Director of Malaysia since 27 Oct 2020, then form GitHub of Ministry of Health Malaysia from 3 Sep 2021
    • byStateRaw.csv - Raw data from Wikipedia. Below data files are generated from this raw file.
    • totalInfectedByStates.csv - Cumulative cases of each state. Cumulative cases are on confirmed basis.
    • newDailyInfectedByStates.csv - Daily change of totalInfectedByStates.csv.
    • byStateDynamics.csv - New cases vs cumulative cases. Any exponential growth is on y=x line.

Rt (effective reproduction number) analysis is under /Rt/data folder.