You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexis Ambriz edited this page Aug 9, 2022
·
2 revisions
Using the data available gathered through either Epi or Genomic data functions, we can create informative visualizations that tell us a story about the spread of SARS-CoV-2 and the development of the virus.
Examples
Epi | Plot Cases By Location
Using the plot_cases_by_location, you can create plots of historical and recent trends in the amount of confirmed SARS-CoV-2 cases.
Required argument: location (a string or list of strings)
Optional argument: smoothed (Default True plots rolling averaged data)
Optional argument: past_num_days (If not None, filters data to past x num days.)