Skip to content
Prev 383691 / 398502 Next

COVID-19 datasets...

On Thu, May 7, 2020 at 4:16 PM Thomas Petzoldt <thpe at simecol.de> wrote:
Well, I am all for long format data when it makes sense, but I would
disagree that that is always the "right approach". In the case of
regular multiple time series, as in this context, a matrix-like
structure seems much more natural (and nicely handled by ts() in R),
and I wouldn't even bother reshaping the data in the first place.

See, for example,

https://github.com/deepayan/deepayan.github.io/blob/master/covid-19/deaths.rmd

and

https://deepayan.github.io/covid-19/deaths.html

-Deepayan