Files
nushell/crates/nu_plugin_polars/src/dataframe
Jack Wright db86dd9f26 Polars default infer (#13193)
Addresses performance issues that @maxim-uvarov found with CSV and JSON
lines.

This ensures that the schema inference follows the polars defaults of
100 lines. Recent changes caused the default values to be override and
caused the entire file to be scanned when inferring the schema.
2024-06-22 07:23:42 -05:00
..
2024-06-22 07:23:42 -05:00
2024-06-06 07:26:47 +08:00
2024-06-06 07:26:47 +08: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