Skip to content

DataFrame API

Bodo DataFrames 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 DataFrames gracefully falls back to native Pandas. See overview of Bodo DataFrames for more info.

Function application, GroupBy & window


Reindexing / selection / label manipulation


Reshaping, sorting, transposing


Serialization / IO / conversion