lisphilar / covid19-sir

CovsirPhy: Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models.
https://lisphilar.github.io/covid19-sir/
Apache License 2.0
109 stars 44 forks source link

[New] (JapanData) the number of vaccinated persons in Japan #612

Closed lisphilar closed 3 years ago

lisphilar commented 3 years ago

Summary of this new feature

I added two variables to Japan dataset. https://github.com/lisphilar/covid19-sir/tree/master/data

Data source (in Japanese): https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/vaccine_sesshujisseki.html

Note: These variable names may be changed in the future.

These variables will be included in JapanData.cleaned().

lisphilar commented 3 years ago

Variables of JapanData.cleand() will includes

This is because VaccineData.cleaned() will have these variables as discussed in #609.