macpie.Dataset.from_excel_dict#

classmethod Dataset.from_excel_dict(excel_dict, df)#

Construct a Dataset from a dictionary representation.

Parameters:
excel_dictdict

The dictionary generated from to_excel_dict()

dfDataFrame

The DataFrame containing the data.