nushell/crates/nu-cmd-dataframe/src/dataframe
Ian Manske 15c22db8f4
Make FromValue take owned Values (#10900)
# Description
Changes `FromValue` to take owned `Value`s instead of borrowed `Value`s.
This eliminates some unnecessary clones (e.g., in `call_ext.rs`).

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-31 19:47:00 +01:00
..
eager Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
expressions Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
lazy Update polars to 0.33 (#10672) 2023-10-11 21:28:18 +02:00
series Update polars to 0.33 (#10672) 2023-10-11 21:28:18 +02:00
values fix some new chrono warnings (#10384) 2023-09-15 15:46:25 -05:00
mod.rs Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
README.md move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00
stub.rs Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
test_dataframe.rs Fix a couple clippy warnings (#9936) 2023-08-07 06:23:11 +12:00
utils.rs Make FromValue take owned Values (#10900) 2023-10-31 19:47:00 +01: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