Message Boards Message Boards

ResourceFunction COVID19EpidemicData, few deaths in China

Posted 2 years ago

Surprisingly few deaths from Covid in China

covidData = ResourceFunction["COVID19EpidemicData"]

countries = {"China", "USA", "Russia", "India", "Brazil", "Sweden"};

Grid[
    Transpose[{countries, covidData[#, "Deaths"] & /@ countries}],
    Alignment -> {{Left, Right}}, BaseStyle -> 16
 ]

enter image description here

POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract