Home Explore Blog CI



nushell

15th chunk of `book/dataframes.md`
fb2c7cf3f611fdaab53b33d02dbc7fead28534c666e8bfbc0000000100000fd0
| polars all-false       | dataframe             | Returns true if all values are false.                                                            |                         |
| polars all-true        | dataframe             | Returns true if all values are true.                                                             | all                     |
| polars append          | dataframe             | Appends a new dataframe.                                                                         |                         |
| polars arg-max         | dataframe             | Return index for max value in series.                                                            |                         |
| polars arg-min         | dataframe             | Return index for min value in series.                                                            |                         |
| polars arg-sort        | dataframe             | Returns indexes for a sorted series.                                                             |                         |
| polars arg-true        | dataframe             | Returns indexes where values are true.                                                           |                         |
| polars arg-unique      | dataframe             | Returns indexes for unique values.                                                               |                         |
| polars arg-where       | any                   | Creates an expression that returns the arguments where expression is true.                       |                         |
| polars as              | expression            | Creates an alias expression.                                                                     |                         |
| polars as-date         | dataframe             | Converts string to date.                                                                         |                         |
| polars as-datetime     | dataframe             | Converts string to datetime.                                                                     |                         |
| polars cache           | dataframe             | Caches operations in a new LazyFrame.                                                            |                         |
| polars cast            | expression, dataframe | Cast a column to a different dtype.                                                              |                         |
| polars col             | any                   | Creates a named column expression.                                                               |                         |
| polars collect         | dataframe             | Collect lazy dataframe into eager dataframe.                                                     |                         |
| polars columns         | dataframe             | Show dataframe columns.                                                                          |                         |
| polars concat-str      | any                   | Creates a concat string expression.                                                              |                         |
| polars concatenate     | dataframe             | Concatenates strings with other array.                                                           |                         |
| polars contains        | dataframe             | Checks if a pattern is contained in a string.                                                    |                         |
| polars count           | expression            | Creates a count expression.                                                                      |                         |
| polars count-null      | dataframe             | Counts null values.                                                                              |                         |
| polars cumulative      | dataframe             | Cumulative calculation for a series.                                                             |                         |

Title: Dataframe Commands (Continued)
Summary
This section lists dataframe commands, including `polars all-false`, `polars all-true`, `polars append`, `polars arg-max`, `polars arg-min`, `polars arg-sort`, `polars arg-true`, `polars arg-unique`, `polars arg-where`, `polars as`, `polars as-date`, `polars as-datetime`, `polars cache`, `polars cast`, `polars col`, `polars collect`, `polars columns`, `polars concat-str`, `polars concatenate`, `polars contains`, `polars count`, `polars count-null`, and `polars cumulative` with their descriptions and nushell equivalents, wherever applicable.