padr icon indicating copy to clipboard operation
padr copied to clipboard

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

Open EdwinTh opened this issue 4 years ago • 0 comments

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

EdwinTh avatar Nov 19 '21 08:11 EdwinTh