engforge.dataframe.split_dataframe

split_dataframe(df)[source]

split dataframe into a dictionary of invariants and a dataframe of variable values

Returns tuple:

constants,dataframe

Return type:

tuple

Parameters:

df (DataFrame)