Manipulation/selection#
|
Append expressions. |
|
Get the index values that would sort this column. |
Return indices where expression evaluates True. |
|
|
Fill missing values with the next to be seen values. |
|
Return the k smallest elements. |
|
Cast between data types. |
Rounds up to the nearest integer value. |
|
|
Clip (limit) the values in an array to a min and max boundary. |
|
Clip (limit) the values in an array to a max boundary. |
|
Clip (limit) the values in an array to a min boundary. |
|
Bin continuous values into discrete categories. |
Drop floating point NaN values. |
|
Drop all null values. |
|
Explode a list expression. |
|
|
Extremely fast method for extending the Series with 'n' copies of a value. |
|
Fill floating point NaN value with a fill value. |
|
Fill null values using the specified value or strategy. |
|
Filter a single column. |
Flatten a list or string column. |
|
Rounds down to the nearest integer value. |
|
|
Fill missing values with the latest seen values. |
|
Get the first n rows. |
|
Print the value that this expression evaluates to and pass on the value. |
|
Fill null values using interpolation. |
|
Get the first n rows (alias for |
Calculate the lower bound. |
|
|
Replace values in column according to remapping dictionary. |
|
Offers a structured way to apply a sequence of user-defined functions (UDFs). |
|
Bin continuous values into discrete categories based on their quantiles. |
Create a single chunk of memory for this Series. |
|
|
Reinterpret the underlying bits as a signed/unsigned integer. |
|
Repeat the elements in this Series as specified in the given expression. |
|
Reshape this Expr to a flat Series or a Series of Lists. |
Reverse the selection. |
|
|
Get the lengths of runs of identical values. |
Map values to run IDs. |
|
|
Round underlying floating point data by decimals digits. |
|
Sample from this expression. |
|
Shift the values by a given period. |
|
Shift the values by a given period and fill the resulting null values. |
Shrink numeric columns to the minimal required datatype. |
|
|
Shuffle the contents of this expression. |
|
Get a slice of this expression. |
|
Sort this column. |
|
Sort this column by the ordering of other columns. |
|
Get the last n rows. |
|
Take values by index. |
Take every nth value in the Series and return as a new Series. |
|
Cast to physical representation of the logical dtype. |
|
|
Return the k largest elements. |
Calculate the upper bound. |
|
|
Filter a single column. |