TimeSeriesDataFrame.from_pickle¶
- classmethod TimeSeriesDataFrame.from_pickle(filepath_or_buffer: Any) TimeSeriesDataFrame[source]¶
- Convenience method to read pickled time series data frames. 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 - IOBuffercontaining the pickled object.
- Returns:
- ts_df – The pickled time series data frame. 
- Return type: