Series-level#
Exploration Methods#
|
Generate combined report with summary and histogram |
Detects anomalies in the series using the specified method. |
|
|
Detect outliers in series using statistical and machine learning methods. |
Analyze anomaly distribution across all categorical columns in parent DataFrame. |
|
|
Plot anomalies over time using resampling. |
Detect and analyze outliers in rolling windows of time series data. |
|
Calculate and visualize the rolling rate of specified anomalies in a time series. |
Preprocessing Methods#
|
Convert numerical series to categorical using specified method. |
Normalize a pandas Series of strings with comprehensive cleaning and standardization options. |
|
|
Apply advanced numeric transformations with automatic visualization and skewness handling. |
Fill missing values using category-based strategies |
|
Perform missing value imputation on specified numerical columns. |
|
Calculate the proportional share of a target category within grouped data, with support for time-based resampling and comprehensive data validation. |
|
|
Analyze group statistics to assess viability for missing value imputation. |