EdwinTh / padr

Padding of missing records in time series
https://edwinth.github.io/padr/
Other
132 stars 12 forks source link

Research if we can use custom start and end values for grouped pad #87

Open EdwinTh opened 2 years ago

EdwinTh commented 2 years ago

When doing grouped padding we can only supply a universal start and end value. When you want to give each group a custom value you have to do some wrapper programming yourself, like doing loops or split and apply. It is would be reasonable to supply this functionality within the function.

See https://stackoverflow.com/questions/69726957/fill-data-gaps-with-pad-using-group-returns-error/69798556#69798556

and related issue #85