DysonLikeData#
- class DysonLikeData(data, labels, metadata=None)[source]#
Bases:
_LabeledDataStorage container for DysonLike series data. Labels are assumed to be lists of ints, and data is assumed to be an
Array.Methods
- get_item(label)#
Look up an item in self.data according to the location of label in self.labels.
- Return type:
any
Attributes
-
metadata:
Optional[any] = None#
-
data:
Mapping[int,any]#
-
labels:
List[any]#