General functions#
Data manipulations and SQL#
|
Unpivot a DataFrame from wide format to long format, optionally leaving identifier variables set. |
|
Merge DataFrame objects with a database-style join. |
|
Perform an asof merge. |
|
Convert categorical variable into dummy/indicator variables, also known as one hot encoding. |
|
Concatenate pandas-on-Spark objects along a particular axis with optional set logic along the other axes. |
|
Execute a SQL query and return the result as a pandas-on-Spark DataFrame. |
|
Marks a DataFrame as small enough for use in broadcast joins. |
Top-level missing data#
|
Detect missing values for an array-like object. |
|
Detect missing values for an array-like object. |
|
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 data#
|
Convert argument to datetime. |
|
Return a fixed frequency DatetimeIndex. |
|
Convert argument to timedelta. |
|
Return a fixed frequency TimedeltaIndex, with day as the default frequency. |