vantage6.algorithm.tools.preprocessing.functions.dummy_preprocess#

dummy_preprocess(df)#

Dummy preprocessing function that does nothing.

Parameters:

df (pandas.DataFrame) – The data to preprocess.

Returns:

The preprocessed data.

Return type:

pandas.DataFrame