I have the following data:
Basically a normalized time series by country. My problem is, not all countries data ends on the same day.
I am trying to obtain column "DateCount", which would give me --for the date in that row -- the rowcount for ALL countries.
So for Jan18-to-Mar18 I would have 2 entries at each date (Italy and USA), but for April I would have only one (USA).
Any input on how to do this?
Many thanks!