Modin PandasDataframe Objects#

modin.core.dataframe.pandas is the package which houses common implementations of different Modin internal classes used by most pandas-based storage formats.

It also double-serves as the full example of how to implement Modin execution backend pieces (sans the execution part which is absent here), as it implements everything an execution backend needs to be fully conformant to Modin expectations.