Manipulation/selection#
| Approximate count of unique values. | |
| Approximate count of unique values. | |
| 
 | Return the  | 
| 
 | Cast LazyFrame column(s) to the specified dtype(s). | 
| 
 | Create an empty copy of the current LazyFrame, with zero to 'n' rows. | 
| Create a copy of this LazyFrame. | |
| 
 | Remove columns from the DataFrame. | 
| 
 | Drop all rows that contain null values. | 
| 
 | Explode the DataFrame to long format by exploding the given columns. | 
| Take every nth row in the LazyFrame and return as a new LazyFrame. | |
| 
 | Fill floating point NaN values. | 
| 
 | Fill null values using the specified value or strategy. | 
| 
 | Filter the rows in the LazyFrame based on a predicate expression. | 
| Get the first row of the DataFrame. | |
| 
 | Start a group by operation. | 
| 
 | Group based on a time value (or index value of type Int32, Int64). | 
| 
 | Create rolling groups based on a time, Int32, or Int64 column. | 
| 
 | Start a group by operation. | 
| 
 | Group based on a time value (or index value of type Int32, Int64). | 
| 
 | Create rolling groups based on a time, Int32, or Int64 column. | 
| 
 | Get the first  | 
| 
 | Inspect a node in the computation graph. | 
| Interpolate intermediate values. | |
| 
 | Add a join operation to the Logical Plan. | 
| 
 | Perform an asof join. | 
| Get the last row of the DataFrame. | |
| 
 | Get the first  | 
| 
 | Unpivot a DataFrame from wide to long format. | 
| 
 | Take two sorted DataFrames and merge them by the sorted key. | 
| 
 | Rename column names. | 
| Reverse the DataFrame. | |
| 
 | Create rolling groups based on a time, Int32, or Int64 column. | 
| 
 | Select columns from this LazyFrame. | 
| 
 | Select columns from this LazyFrame. | 
| 
 | Indicate that one or multiple columns are sorted. | 
| 
 | Shift values by the given number of indices. | 
| 
 | Shift values by the given number of places and fill the resulting null values. | 
| 
 | Get a slice of this DataFrame. | 
| 
 | Sort the DataFrame by the given columns. | 
| 
 | Get the last  | 
| Take every nth row in the LazyFrame and return as a new LazyFrame. | |
| 
 | Return the  | 
| 
 | Drop duplicate rows from this DataFrame. | 
| 
 | Decompose struct columns into separate columns for each of their fields. | 
| 
 | Update the values in this  | 
| 
 | Add columns to this DataFrame. | 
| 
 | Add columns to this DataFrame. | 
| 
 | Add an external context to the computation graph. | 
| 
 | Add a column at index 0 that counts the rows. |