nushell/crates/nu_plugin_polars
Jack Wright 021b8633cb
Allow the addition of an index column to be optional (#13097)
Per discussion on discord dataframes channel with @maxim-uvarov and pyz.

When converting a dataframe to an nushell value via `polars into-nu`,
the index column should not be added by default and should only be added
when specifying `--index`
2024-06-10 10:45:25 +08:00
..
src Allow the addition of an index column to be optional (#13097) 2024-06-10 10:45:25 +08: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