ResSimpy.Utils.obj_to_dataframe.obj_to_dataframe

ResSimpy.Utils.obj_to_dataframe.obj_to_dataframe(list_objs: list[Any]) pandas.DataFrame[source]

Returns a dataframe representing the attributes of the object as rows of the dataframe Requires a “to_dict” method for each object.