nushell/crates/nu_plugin_polars/src
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
..
cache Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
dataframe Allow the addition of an index column to be optional (#13097) 2024-06-10 10:45:25 +08:00
lib.rs Added commands for working with the plugin cache. (#12576) 2024-04-21 19:43:43 -05:00
main.rs make polars plugin use mimalloc (#12967) 2024-05-25 09:10:01 -05:00