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

@ -175,11 +175,6 @@ fn features_enabled() -> Vec<String> {
names.push("sqlite".to_string());
}
#[cfg(feature = "dataframe")]
{
names.push("dataframe".to_string());
}
#[cfg(feature = "static-link-openssl")]
{
names.push("static-link-openssl".to_string());