Dataset Collections#

Classes#

BasicList([initlist])

A basic list of Datasets.

AnchoredList([primary, secondary])

A collection of Datasets where one is considered the primary or anchor Dataset, and the rest are considered secondary Datasets.

MergeableAnchoredList([primary, secondary, ...])

A macpie.AnchoredList that is mergeable, meaning all secondary Datasets have a common column that can be used to merge with a column in the primary Dataset.

Abstract Base Class#

BaseCollection()

Abstract base class for all collections.