captest.capdata.CapData.filter_pf
- CapData.filter_pf(pf, inplace=True)
Filter data on the power factor.
- Parameters:
pf (float) – 0.999 or similar to remove timestamps with lower power factor values. Values greater than or equal to pf are kept.
inplace (bool) – Default of true writes filtered dataframe back to data_filtered attribute.
- Return type:
Dataframe when inplace is False.