Bug
Gujarat is displaying inside Maharashtra
Steps to Reproduce:

first of all it is Gujarat secondly mention which os or browser are you on for me in chrome it is fine
i am also on chrome latest version and using windows 10 os
I can confirm the bug occurs for me too (win 10 + chrome + firefox).
Doesn't seem to be OS or browser specific.
I'd like to take this up.
According to the contribution guide, can this be marked accepted and assigned to me?
It Is the issue with the API in API data is not proper. I tried to call API.
@whitehatrt yes! Seems to be coming from the API.
Is the API handled in a separate repo? How do we propose corrections to the API?
@kavishdahekar Here is the api https://github.com/covid19india/api
Otherwise give legend description against *
Change district name at Crowdsourced Patient Database -> Row_Data
Row no:
849
27/03/2020 | 聽 | 聽 | Mumbai | Gujarat* | Maharashtra
to
27/03/2020 | 聽 | 聽 | Mumbai | Mumbai | Maharashtra
3030
04/04/2020 | 聽 | 聽 | 聽 | Gujarat* | Maharashtra
to
04/04/2020 | 聽 | 聽 | 聽 | Unknown | Maharashtra
Thanks @kaushal7005 , have requested access to edit the sheet.
I had a few questions - Does the api fetch all the data from the excel sheet? Is this done periodically? Where's the code that fetches the data from the sheet and writes them to the json files in the api repo?
@kavishdahekar No, I have no permission to edit the sheet.
Ans:-
yes, API fetches all the data from the excel sheet.
Sheets updated automatically every 5 minutes.
There is backend repo available https://github.com/covid19india/api.git
Thanks @kaushal7005
But I don't see the code in the api repo that pulls the google sheets data.
Seems to be fixed now