nushell/crates/nu_plugin_polars
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
..
src Polars default infer (#13193) 2024-06-22 07:23:42 -05:00
Cargo.toml Upgrade to polars 0.40 (#13069) 2024-06-06 07:26:47 +08:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00