load_from_long_to_dataframe#

load_from_long_to_dataframe(full_file_path_and_name, separator=',')[source]#

Load data from a long format file into a Pandas DataFrame.

Parameters:
full_file_path_and_name: str

The full pathname of the .csv file to read.

separator: str

The character that the csv uses as a delimiter

Returns:
DataFrame

A dataframe with sktime-formatted data