Skip to content

Reference

API Reference

Please refer to the Dataframe API Spec.

Note that the spec is not specific to pandas, Polars and Modin - if you follow it, then your code will also be compatible with any other packages which implements the spec.

Dataframe Interchange Protocol

Standardised way of interchanging data between libraries, see here.

Array API

Array counterpart to the DataFrame API, see here.