nushell/crates/nu_plugin_polars/src
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
..
cache Added the ability to turn on performance debugging through and env var for the polars plugin (#13191) 2024-06-20 16:37:38 -07:00
dataframe Polars default infer (#13193) 2024-06-22 07:23:42 -05:00
lib.rs Allow plugins to report their own version and store it in the registry (#12883) 2024-06-21 06:27:09 -05:00
main.rs make polars plugin use mimalloc (#12967) 2024-05-25 09:10:01 -05:00