Modin BaseDataframe Interface

  • BaseDataframeAxisPartition is an abstract class, representing a joined group of partitions along some axis (either rows or labels).

Note

Common interfaces for most of the Modin Dataframe objects are not defined yet. Currently, all of the implementations inherit Dataframe implementation for pandas storage format.