Code Monkey home page Code Monkey logo

india-covid19vaccine.github.io's Introduction

india-covid19vaccine

Last updated data til 3rd May, 2021. No longer maintained.

GitHub last commit Website link! API link!

Contribute to the project !

Tracking the COVID-19 vaccination details PAN India (all of the data is collected from official government websites and other reliable sources, which are mentioned in the data itself)

Read about the API endpoints here.

Download data in CSV format here.

If you find it useful, please follow and star !

@sanyam-git

india-covid19vaccine.github.io's People

Contributors

sanyam-git avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

india-covid19vaccine.github.io's Issues

BUG: Missing fields

Hi,
I have noticed that the last data update contains empty fields for all columns but total_vaccinated

See last row here for an example.

Some state codes do not match ISO 3166-2 standard

Hi,
I have noticed that some of the codes used in your data do not follow the ISO 3166-2 codes. In particular, these are:

State Code currently used ISO 3166-2 code
Chhattisgarh CG CT
Odisha OD OR
Tripura TS TR
Telangana TR TG
Uttarakhand UK UT

I think that using standardized 3166-2 for all states would be great. Would you consider changing these?

Thanks!

Adding different fields for doses and vaccinated

India has started giving the second dose (the full vaccination is called when two doses are given) from 13th Feb. some additions and altering is needed to be done to accommodate these changes.

@lucasrodes, your input will be helpful
You are currently using the state_timeline.csv in your project.
I have to make some changes and the new fields as described below:

I think using the state_timeline.json instead of the CSV file will be a better option.

The current structure of state_timeline.json

[
  {
    "state_code": "AN",
    "state": "A & N Islands",
    "data": [
      {
        "date": "11/2/2021",
        "total": 3454,
        "count": 41
      }
    ]
  }
]

I am planning to add to change it to:

[
  {
    "state_code": "AN",
    "state": "A & N Islands",
    "data": [
      {
        "date": "11/2/2021",
        "total_doses":3490,
        "total_vaccinated":3454,
        "total_fully_vaccinated:36
      }
    ]
  }
]

where

  • total_doses is equivalent to total_vaccinations
  • total_vaccinated is equivalent to people_vaccinated
  • total_fully_vaccinated is equivalent to people_fully_vaccinated
    (as per your documentation)

I plan to generate the equivalent csv file also (may take 3-4 days), in such a manner:

state_code date total_doses total_vaccinated total_fully_vaccinated
AN 10/2/2021 2343 324 24
AN 11/2/2021 324 324 12
AP 10/2/2021 324 34 4
AP 11/2/2021 32 24 124

(please don't mind the data, its just some gibberish)

  • I think you should use state_timeline.json, thoughts ?
  • Any suggestions you have for the changes and new structure ?

State timeline data

Hi,
Thanks for your amazing work. The website, API and everything look really refined!

I would like to integrate your data into my data (https://github.com/sociepy/covid19-vaccination-subnational) and have a couple of questions:

  • In the state timelines, (e.g. https://india-covid19vaccine.github.io/api/AR.json), the field total refers to all vaccinations or just the first dose? I presume that India currently is administering 1 dose, so total vaccinations = 1 dose at this stage.

Values haven't changed

Hi,
I detected that values in your data have not changed since 26th of February (i.e. values for fields total_doses, total_vaccinated and total_fully_vaccinated do not change).

Is this the expected behaviour because - I am speculating here - no new data updates were available on those days?

I have checked on Gov's website and seems that values have slightly changed for 2 March (ref). Are these to be added in the next data update?

Anyway, thanks for your help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.