Giter Site home page Giter Site logo

Comments (3)

rizki5411 avatar rizki5411 commented on September 14, 2024

same issue for me

from covid-19-api.

lucas-it avatar lucas-it commented on September 14, 2024

I found this : CSSEGISandData/COVID-19#1250
JHU don't provide recovered case in time series

from covid-19-api.

GBMan avatar GBMan commented on September 14, 2024

The data structure have change but there is always this issue with
totalRecovered equal to 0 for each date.

{
"totalConfirmed": 941,
"mainlandChina": 920,
"otherLocations": 21,
"deltaConfirmed": 287,
"totalRecovered": 0,
"confirmed": {
"total": 941,
"china": 920,
"outsideChina": 21
},
"deltaConfirmedDetail": {
"total": 287,
"china": 277,
"outsideChina": 10
},
"deaths": {
"total": 26,
"china": 26,
"outsideChina": 0
},
"recovered": {
"total": 0,
"china": 0,
"outsideChina": 0
},
"active": 0,
"deltaRecovered": 0,
"incidentRate": 3.145914736328447,
"peopleTested": 0,
"reportDate": "2020-01-24"
},

from covid-19-api.

Related Issues (20)

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.