| polars set | dataframe | Sets value where given mask is true. | |
| polars set-with-idx | dataframe | Sets value in the given index. | |
| polars shape | dataframe | Shows column and row size for a dataframe. | |
| polars shift | dataframe | Shifts the values by a given period. | |
| polars slice | dataframe | Creates new dataframe from a slice of rows. | |
| polars sort-by | dataframe | Sorts a lazy dataframe based on expression(s). | sort |
| polars std | expression, dataframe | Creates a std expression for an aggregation of std value from columns in a dataframe. | |
| polars store-get | any, any | Gets a Dataframe or other object from the plugin cache. | |
| polars store-ls | | Lists stored dataframes. | |
| polars store-rm | any | Removes a stored Dataframe or other object from the plugin cache. | |
| polars str-lengths | dataframe | Get lengths of all strings. | |
| polars str-slice | dataframe | Slices the string from the start position until the selected length. | |
| polars strftime | dataframe | Formats date based on string rule. | |