2
I have several time series with gaps. I mean, day has observation, spends a few days without, then back to observe and so continues with holes. The problem is that they put these series together in the archive. If a month of daily data is missing, the company that filled in did not leave the days unobserved with NA or -9.9e10. The company joined. That is, in an excel spreadsheet it is as if in the next row the line with the observation for 03/02/1995 had the observation of 03/10/1995. That is, an 8-day scoop.
I then managed a sequence of dates from a base year (1900) through 2018 and wanted to find the gaps in the series and link it to this sequence of dates on a date.frame.
I’m using the function full_join()
of dplyr
, but you’re coming out all wrong.
I wanted this union to be based on the sequence of dates I created, neither more nor less. In order to have a regular data frame at the end.
Some method to do this?