Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential error #70

Closed
azimanabdullah opened this issue Jul 28, 2021 · 3 comments
Closed

Potential error #70

azimanabdullah opened this issue Jul 28, 2021 · 3 comments

Comments

@azimanabdullah
Copy link

I found potential errors in cases_state.csv as followed:
Line 1041 : 2020-05-19, W.P. Putrajaya , -1
Line 4783 : 2021-01-08, W.P. Kuala Lumpur, -101

I have cross-checked with KKM website, the actual cases for both dates are:
2020-05-19, W.P. Putrajaya , 0 (https://covid-19.moh.gov.my/terkini/052020/situasi-terkini-19-mei-2020)
2021-01-08, W.P. Kuala Lumpur, 282 (https://covid-19.moh.gov.my/terkini-negeri/2021/01/kemaskini-negeri-covid-19-di-malaysia-sehingga-08012021)

Thanks.

@chonggs
Copy link

chonggs commented Jul 28, 2021

Duplicate of #26.
@MoH-Malaysia Can we please leave unresolved issues Open? So that others can be aware of them.

@KennethThePro
Copy link

KennethThePro commented Jul 31, 2021

The negative values are likely due to the number of cases that are not accurate in the previous day(s) when entering the data.

For W.P. Kuala Lumpur:
On the 7th of January 2021, W.P. Kuala Lumpur reported 316 new cases, and on the 8th of January 2021, W.P. Kuala Lumpur reported 282 new cases. The total number of new cases in W.P. Kuala Lumpur is 598 in these two days.
2021-01-07: https://covid-19.moh.gov.my/terkini-negeri/2021/01/kemaskini-negeri-covid-19-di-malaysia-sehingga-07012021

However, in the cases_state.csv, it states that there are 699 new cases on the 7th of January 2021, which is already an excess of 383 new cases reported. With 282 new cases on the 8th of January 2021, 383 - 282 results in an final excess of 101 cases.

For W.P. Putrajaya
On the 19th of May 2020, For W.P. Putrajaya reported no cases, and on the 20th of May 2020, For W.P. Putrajaya reported 2 new cases. The total number of new cases in For W.P. Putrajaya is 2 in these two days.
2021-05-20: https://covid-19.moh.gov.my/terkini/052020/situasi-terkini-20-mei-2020

However, in the cases_state.csv, it states that there are -1 new cases on the 19th of May 2020. On the 20th of May 2020, it states a total of 3 cases, which is probably intended to balance the cases to a total of 2 cases.

These are probably not the only two errors since I have to manage to find some other inaccurate number of cases in some states on other dates.

@MoH-Malaysia
Copy link
Owner

This has been fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants