smart_data_hub.recommended_CV
Functions
|
Filter data in the input DataFrame that contains the best estimate value. |
|
Filter data in the input DataFrame that is given by a range. |
Calculate the coefficient of variation (CV) for each property. |
Module Contents
- smart_data_hub.recommended_CV.value_best_mask(input_pd_df)[source]
Filter data in the input DataFrame that contains the best estimate value.
- Parameters:
input_pd_df (pd.DataFrame) – Input DataFrame.
- Returns:
A Boolean series indicating which data contains the best estimate value.
- Return type:
pd.Series