openmnglab.datamodel.pandas.model.PandasContainer#
- class openmnglab.datamodel.pandas.model.PandasContainer(data: TPandas, units: dict[str, quantities.quantity.Quantity])[source]#
Bases:
IDataContainer[TPandas],Generic[TPandas]Methods
__init__(data, units)check_all_indexes_named(idx)check_all_named(data)deep_copy()Attributes
Primary datastructure stored in this container
units- property data: TPandas#
Primary datastructure stored in this container
- Type:
return