nushell/crates/nu_plugin_polars/src/dataframe
Wind 1c6c85d35d
Fix clippy (#15489)
# Description
There are some clippy(version 0.1.86) errors on nushell repo. This pr is
trying to fix it.

# User-Facing Changes
Hopefully none.

# Tests + Formatting
NaN

# After Submitting
NaN
2025-04-06 09:49:28 +08:00
..
command FIX polars as-datetime: ignores timezone information on conversion (#15490) 2025-04-04 09:43:21 -07:00
values Fix clippy (#15489) 2025-04-06 09:49:28 +08:00
mod.rs Polars command reorg (#13798) 2024-09-06 13:46:37 -07:00
README.md Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
utils.rs Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02: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