dataframe_to_spc_drift_features

Function dataframe_to_spc_drift_features 

Source
pub async fn dataframe_to_spc_drift_features(
    df: DataFrame,
) -> Result<SpcDriftFeatures, DataFrameError>
Expand description

Convert a DataFrame to SpcDriftFeatures

§Arguments

  • df - The DataFrame to convert

§Returns

  • SpcDriftFeatures - The converted SpcDriftFeatures