Skip to content

DataFrame API

The Bodo DataFrame Library supports Pandas DataFrame methods and accessors that are listed below. They can be accessed through BodoDataFrame and follow the same behavior as their Pandas equivalents. For details on usage, we link to either the corresponding Pandas documentation or relevant sections of the Bodo documentation, depending on the context.

Note

If the user code encounters an unsupported Pandas API or an unsupported parameter, Bodo DataFrame Library gracefully falls back to native Pandas. See overview of the Bodo DataFrame Library for more info.

Function application, GroupBy & window


Reindexing / selection / label manipulation


Reshaping, sorting, transposing


Serialization / IO / conversion