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

Data inconsistencies #32

Closed
jishnupdas opened this issue Apr 15, 2021 · 1 comment
Closed

Data inconsistencies #32

jishnupdas opened this issue Apr 15, 2021 · 1 comment

Comments

@jishnupdas
Copy link

In the daily cases of MP state for 13-04-2021 the number of cases is wrong.

{
      "id": "2021-04-12T08:00:00.00+05:30|mp",
      "key": "2021-04-12T08:00:00.00+05:30|mp",
      "value": {
        "_id": "2021-04-12T08:00:00.00+05:30|mp",
        "_rev": "1-933316a7408ba6a730c23622d73e30f3",
        "state": "mp",
        "report_time": "2021-04-12T08:00:00.00+05:30",
        "cured": 298645,
        "death": 4184,
        "confirmed": 338145,
        "source": "mohfw",
        "type": "cases"
      }
--
    },
    {
      "id": "2021-04-13T08:00:00.00+05:30|mp",
      "key": "2021-04-13T08:00:00.00+05:30|mp",
      "value": {
        "_id": "2021-04-13T08:00:00.00+05:30|mp",
        "_rev": "1-a5060878199d1a56e015cf657efecad6",
        "state": "mp",
        "report_time": "2021-04-13T08:00:00.00+05:30",
        "cured": 301762,
        "death": 4221,
        "confirmed": `34464`,
        "source": "mohfw",
        "type": "cases"
      }
--
    },
    {
      "id": "2021-04-14T08:00:00.00+05:30|mp",
      "key": "2021-04-14T08:00:00.00+05:30|mp",
      "value": {
        "_id": "2021-04-14T08:00:00.00+05:30|mp",
        "_rev": "1-80b865800fe853b2ee610ea6b1b43d25",
        "state": "mp",
        "report_time": "2021-04-14T08:00:00.00+05:30",
        "cured": 305832,
        "death": 4261,
        "confirmed": 353632,
        "source": "mohfw",
        "type": "cases"
      }
@thejeshgn
Copy link
Member

thejeshgn commented Apr 16, 2021

@jishnupdas Yup. I think they reported wrong in the morning (when I scraped) and then fixed later in the day. I did some comparison and fixed the data. You can pull the latest.

Both Ladakh and MP.

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

2 participants