primap2.csg.SubstitutionStrategy#
- class primap2.csg.SubstitutionStrategy[source]#
Fill missing data in the result dataset by copying.
The NaNs in the result dataset are substituted with data from the filling dataset.
Methods
fill(*, ts, fill_ts, fill_ts_repr)Fill gaps in ts using data from the fill_ts.
Methods
__init__()Method generated by attrs for class SubstitutionStrategy.
fill(*, ts, fill_ts, fill_ts_repr)Fill gaps in ts using data from the fill_ts.
Attributes
type