nushell/crates/nu_plugin_polars/src/dataframe
Jack Wright f611196373
Expression support for polars str-slice (#13783)
# Description
Provides expression support for `polars str-slice`:
<img width="893" alt="Screenshot 2024-09-04 at 18 03 05"
src="https://github.com/user-attachments/assets/d8a8a2a7-53cf-4c3a-ae7a-dfdaf48a05ee">

# User-Facing Changes
- `polars str-slice` can now be used as an expression
2024-09-05 09:06:37 -07:00
..
eager Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
expressions Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
lazy Added polars commands for converting string columns to integer and decimal columns (#13711) 2024-08-28 07:54:31 -05:00
series Expression support for polars str-slice (#13783) 2024-09-05 09:06:37 -07:00
values Expression support polars replace and polars replace-all (#13726) 2024-08-29 13:59:44 -07:00
mod.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
README.md Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
stub.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
utils.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00

Dataframe

This dataframe directory holds all of the definitions of the dataframe data structures and commands.

There are three sections of commands:

For more details see the Nushell book section on dataframes