General functions¶
Working with options¶
|
Reset one option to their default value. |
|
Retrieves the value of the specified option. |
|
Sets the value of the specified option. |
|
Context manager to temporarily set options in the with statement context. |
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. |
|
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¶
|
Convert argument to a numeric type. |
|
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 datetimelike¶
|
Convert argument to datetime. |
|
Return a fixed frequency DatetimeIndex. |