Remove dataframes crate and feature (#12889)

# Description
Removes the old `nu-cmd-dataframe` crate in favor of the polars plugin.
As such, this PR also removes the `dataframe` feature, related CI, and
full releases of nushell.
This commit is contained in:
Ian Manske
2024-05-20 17:22:08 +00:00
committed by GitHub
parent 4f69ba172e
commit 905e3d0715
156 changed files with 56 additions and 19464 deletions

View File

@ -33,12 +33,8 @@ We will try to provide builds for all of them but a standard configuration for x
We have features of Nushell behind flags that can be passed at compilation time.
The design focus of Nushell is primarily expressed by everything accessible without passing additional feature flag. This provides a standard command set and receives the most attention.
One option feature flag is currently tested in CI but contains a feature that may be moved to a plugin:
- `dataframe`
- This includes dataframe support via `polars` and `arrow2`. Introduces a significant additional compilation and binary size.
- Due to the use of SIMD extensions may not be compatible with every minimal architecture.
The design focus of Nushell is primarily expressed by everything accessible without passing additional feature flag.
This provides a standard command set and receives the most attention.
## Passively supported platforms