Epidemic Data for SARS

Cumulative number of reported cases of Severe Acute Respiratory Syndrome (SARS) by country

Data is based on WHO.

Data for Hong Kong SAR, Macau SAR, and Taiwan is separate from data for China.

Examples

Basic Examples

Retrieve the resource:

In[1]:=
ResourceObject["Epidemic Data for SARS"]

Retrieve the default content:

In[2]:=
ResourceData["Epidemic Data for SARS"]

Color countries by the last confirmed cases:

In[3]:=
GeoRegionValuePlot[
 Normal@ResourceData["Epidemic Data for SARS"][GroupBy["Country"], Total, #ConfirmedCases["LastValue"] &]]
Out[3]=

Plot reported confirmed cases and deaths in China:

In[4]:=
cases = Normal@
   ResourceData["Epidemic Data for SARS"][
     Select[MatchQ[Entity["Country", "China"], #Country] &]][
    All, {"ConfirmedCases", "Deaths"}];
In[5]:=
Row[{DateListPlot[#, PlotTheme -> "Business", PlotLabel -> "reported cases", ImageSize -> 300, PlotRange -> Full, DateTicksFormat -> {"Year", "/", "MonthShort", "/", "Day"}], DateListLogPlot[#, PlotTheme -> "Business", PlotLabel -> "reported cases (log scale)", ImageSize -> 300, PlotRange -> Full, DateTicksFormat -> {"Year", "/", "MonthShort", "/", "Day"}]}] &@
 MapThread[
  Legended[#1, #2] &, {First@Values[cases], {"confirmed cases", "deaths"}}]
Out[5]=

Wolfram Research, "Epidemic Data for SARS" from the Wolfram Data Repository (2020)  

Data Resource History

Source Metadata

See Also

Data Downloads

Publisher Information