DysonLikeData#

class DysonLikeData(data, labels, metadata=None)[source]#

Bases: _LabeledData

Storage container for DysonLike series data. Labels are assumed to be lists of ints, and data is assumed to be a dense ArrayLike.

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]#