General functions¶
All supported general functions
Data manipulations
| 
 | Unpivot a DataFrame from wide to long format, optionally leaving identifiers set. | 
| 
 | Compute a simple cross tabulation of two (or more) factors. | 
| 
 | Return reshaped DataFrame organized by given index / column values. | 
| 
 | Create a spreadsheet-style pivot table as a  | 
| 
 | Bin values into discrete intervals. | 
| 
 | Quantile-based discretization function. | 
| 
 | Concatenate pandas objects along a particular axis. | 
| 
 | Convert categorical variable into dummy/indicator variables. | 
| 
 | Merge DataFrame or named Series objects with a database-style join. | 
| 
 | Perform a merge by key distance. | 
| 
 | Return unique values based on a hash table. | 
Top-level missing data
| 
 | Detect missing values for an array-like object. | 
| 
 | Detect missing values for an array-like object. | 
| 
 | Detect non-missing values for an array-like object. | 
| 
 | Detect non-missing values for an array-like object. | 
Top-level dealing with numeric data
| 
 | Convert argument to a numeric type. | 
Top-level dealing with datetimelike data
| 
 | Return a fixed frequency DatetimeIndex. | 
| 
 | Return a fixed frequency DatetimeIndex with business day as the default. | 
| 
 | Convert argument to datetime. | 
Hybrid Execution functions
| 
 | Shows a log of all backend switching decisions made by Snowpark pandas. |