EdwinTh / padr

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

fill_by_ should fill all columns by default #16

Closed EdwinTh closed 7 years ago

EdwinTh commented 7 years ago

It can be a burden to indicate every column that should be filled. When there are no columns that should not be filled, for instance because there are no other columns with missings, it is obnoxious to still have to indicate which columns to fill.

Consider throwing a warning when no columns are specified.