nushell/crates/nu-cmd-dataframe
Stefan Holderbach d3f22588f0
Disable fmt feature of polars(-core) (#12151)
In normal operations we don't display the dataframes directly.
The `fmt` feature on `polars-core` pulls in the `comfy-table` crate with
its own dependencies on `crossterm` and `strum(_macros)`.
This has the chance to duplicate dependencies. (currently strum version
divergence)

Without this feature only the shapes should be displayed.

May degrade the error output during testing.
2024-03-13 19:42:31 +01:00
..
src Support for all custom value operations on plugin custom values (#12088) 2024-03-12 10:37:08 +01:00
Cargo.toml Disable fmt feature of polars(-core) (#12151) 2024-03-13 19:42:31 +01:00
LICENSE move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00