Manipulation/selection#
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. |
|
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. |
|
|
Take every nth row in the LazyFrame and return as a new LazyFrame. |
|
Start a group by operation. |
|
Group based on a time value (or index value of type Int32, Int64). |
|
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. |
|
Perform a join based on one or multiple (in)equality predicates. |
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 temporal or integer 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. |
|
Get a slice of this DataFrame. |
|
Sort the LazyFrame by the given columns. |
|
Execute a SQL query against the LazyFrame. |
|
Get the last |
|
Return the |
|
Drop duplicate rows from this DataFrame. |
|
Decompose struct columns into separate columns for each of their fields. |
|
Unpivot a DataFrame from wide to long format. |
|
Update the values in this |
|
Add columns to this LazyFrame. |
|
Add columns to this LazyFrame. |
|
Add an external context to the computation graph. |
|
Add a column at index 0 that counts the rows. |
|
Add a row index as the first column in the LazyFrame. |