nushell/crates/nu_plugin_polars/src/dataframe
Maxim Uvarov 884d5312bb
add tests to polars unique (#12683)
# Description

I would like to help with `polars` plugin development and add tests to
all the `polars` command's existing params.

Since I have never written any lines of Rust, even though the task of
creating tests is relatively simple, I would like to ask for feedback to
ensure I did everything correctly here.
2024-04-27 12:04:54 -05:00
..
eager Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
expressions Fixing NuLazyFrame/NuDataFrame conversion issues (#12538) 2024-04-16 11:16:37 -05:00
lazy Only mark collected dataframes as from_lazy=false when collect is called from the collect command. (#12571) 2024-04-18 17:10:38 -05:00
series add tests to polars unique (#12683) 2024-04-27 12:04:54 -05:00
values Added commands for working with the plugin cache. (#12576) 2024-04-21 19:43:43 -05: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 Showing full help when running the polars command (#12462) 2024-04-10 07:26:33 -05: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