Last active
March 18, 2020 16:41
-
-
Save ninapavlich/ccd8b35f8807b4a80456aedf68365493 to your computer and use it in GitHub Desktop.
rhode_island_data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Last Updated */ | |
{ | |
"version": "0.6", | |
"reqId": "0", | |
"status": "ok", | |
"sig": "2121529001", | |
"table": { | |
"cols": [ | |
{ | |
"id": "A", | |
"label": "Last Update: 3/17/2020", | |
"type": "string" | |
} | |
], | |
"rows": [], | |
"parsedNumHeaders": 1 | |
} | |
} | |
/* Counts */ | |
{ | |
"version": "0.6", | |
"reqId": "1", | |
"status": "ok", | |
"sig": "892725717", | |
"table": { | |
"cols": [ | |
{ | |
"id": "A", | |
"label": "", | |
"type": "string" | |
}, | |
{ | |
"id": "B", | |
"label": "", | |
"type": "number", | |
"pattern": "General" | |
} | |
], | |
"rows": [ | |
{ | |
"c": [ | |
{ | |
"v": "Number of Rhode Island COVID-19 positive (including presumptive positive) cases:" | |
}, | |
{ | |
"v": 23, | |
"f": "23" | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": "Number of people who had negative test results at RIDOH’s State Health Laboratories: " | |
}, | |
{ | |
"v": 403, | |
"f": "403" | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": "Number of people for whom tests are pending" | |
}, | |
{ | |
"v": 305, | |
"f": "305" | |
} | |
] | |
}, | |
{ | |
"c": [ | |
{ | |
"v": "Approximate number of people who are currently instructed to self-quarantine in Rhode Island. This number include approx. 1700 people from Cranston High School West." | |
}, | |
{ | |
"v": 2500, | |
"f": "2500" | |
} | |
] | |
} | |
], | |
"parsedNumHeaders": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment