General functions#
Data manipulations#
|
Concatenate dataframe objects along a particular axis with optional set logic along the other axes. |
|
Encode the object as an enumerated type or categorical variable. |
|
Convert categorical variable into dummy/indicator variables. |
|
Merge DataFrame or named Series objects with a database-style join. |
Top-level missing data#
|
Detect missing values. |
|
Detect missing values. |
|
Detect existing (non-missing) values. |
|
Detect existing (non-missing) values. |
Top-level dealing with numeric data#
|
Convert argument to a numeric type. |
Top-level dealing with datetimelike#
|
Convert argument to datetime. |
|
Return a fixed frequency DatetimeIndex. |
Top-level evaluation#
|
Evaluate a Python expression as a string using various backends. |
Type utilities#
|
Recommend dtype for MaxFrame DataFrame operations. |
|
Infer MaxFrame-compatible dtype from a Python object. |