Projection#
|
Discard columns from the TableFrame. |
Returns a scalar value if the TableFrame contains exactly one user column and one row. |
|
|
Rename columns from the TableFrame. |
|
Select column(s) from the TableFrame. |
|
Apply a user-defined function (UDF) to the columns resolved by expr. |
|
Expand one or more struct columns so that each field within the struct becomes a separate column in the TableFrame. |
|
Add columns to the TableFrame. |
|
Select all columns in a TableFrame. |
|
Select all columns with names made up of only alphabetic characters. |
|
Select all columns whose names contain only letters and digits. |
|
Select all columns of binary (bytes) data type. |
|
Select all columns of boolean data type. |
|
Select all columns of the specified data type. |
|
Select columns by their position in the TableFrame. |
|
Select all columns whose names match any given names. |
Select all columns with categorical data type. |
|
|
Select all columns whose names contain one or more of the given substrings. |
|
Select all columns of date data type. |
|
Select all columns of datetime data type. |
|
Select all columns of decimal data type. |
|
Select all columns whose names consist only of digit characters. |
|
Select all columns of duration data type. |
|
Select all columns whose names end with any of the given suffixes. |
|
Exclude specific columns from selection by name, data type, expression, or selector. |
|
Select the first column in the TableFrame. |
|
Select all columns of float data types. |
|
Select all columns with integer data types. |
|
Select the last column in the TableFrame. |
|
Select all columns whose names match a regular expression pattern. |
|
Select all columns of numeric data types. |
|
Select all columns of object data type. |
Select all columns of signed integer data types. |
|
|
Select all columns whose names start with any of the given prefixes. |
|
Select all columns of string or categorical data type. |
|
Select all columns of temporal data types. |
|
Select columns of Python time values. |
Select all columns of unsigned integer data types. |