Manipulation/selection#
| 
 | Append expressions. | 
| 
 | Get the index values that would sort this column. | 
| Return indices where expression evaluates  | |
| 
 | Fill missing values with the next to be seen values. | 
| 
 | Return the  | 
| 
 | Cast between data types. | 
| Rounds up to the nearest integer value. | |
| 
 | Set values outside the given boundaries to the boundary value. | 
| 
 | Clip (limit) the values in an array to a  | 
| 
 | Clip (limit) the values in an array to a  | 
| 
 | Bin continuous values into discrete categories. | 
| Drop all 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. | 
| 
 | Take values by index. | 
| Take every nth value in the Series and return as a new Series. | |
| 
 | Return a single value by index. | 
| 
 | Get the first  | 
| 
 | Print the value that this expression evaluates to and pass on the value. | 
| 
 | Fill null values using interpolation. | 
| 
 | Get the first  | 
| 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. | 
| 
 | Replace values according to the given mapping. | 
| 
 | 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  | 
| 
 | Round to a number of significant figures. | 
| 
 | Sample from this expression. | 
| 
 | Shift values by the given number of indices. | 
| 
 | Shift values by the given number of places 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  | 
| 
 | 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  | 
| Calculate the upper bound. | |
| 
 | Filter a single column. |