TimeSeriesDataFrame.from_pickle¶
- classmethod TimeSeriesDataFrame.from_pickle(filepath_or_buffer: Any) TimeSeriesDataFrame [source]¶
Convenience method to read pickled time series dataframes. If the read pickle file refers to a plain pandas DataFrame, it will be cast to a TimeSeriesDataFrame.
- Parameters:
filepath_or_buffer (Any) – Filename provided as a string or an
IOBuffer
containing the pickled object.- Returns:
ts_df – The pickled time series dataframe.
- Return type: