modeva.DataSet.to_df#

DataSet.to_df(raw_data: bool = False)#

Return the source data using pandas DataFrame.

Parameters:

raw_data (bool, default=False) – If true, will return the raw data. Otherwise, will return the preprocessed version of data.

Returns:

data – The raw data.

Return type:

pandas DataFrame