Utility functions#
The sktime.utils module contains utility functions.
Utility functionality.
Plotting#
|
Plot one or more time series. |
|
Plot one or more lagged versions of a time series. |
|
Plot series and its ACF and PACF values. |
Data Processing#
Check whether any cells have nested structure in each DataFrame column. |
|
|
Convert nested Panel to 2D numpy Panel. |
|
Convert 2D dataframe to nested dataframe. |
Convert 2D NumPy Panel to 2D numpy Panel. |
|
|
Convert numpy 3D Panel to nested pandas Panel. |
Convert nested Panel to 3D numpy Panel. |
|
|
Convert pandas multi-index Panel to numpy 3D Panel. |
|
Convert 3D numpy Panel to pandas multi-index Panel. |
|
Convert a pandas DataFrame witha multi-index to a nested DataFrame. |
|
Convert nested pandas Panel to multi-index pandas Panel. |
|
Convert nested DataFrame to long DataFrame. |
|
Convert long DataFrame to a nested DataFrame. |