mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 18:07:02 +02:00
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:
@ -1042,19 +1042,6 @@ pub enum ShellError {
|
||||
span: Span,
|
||||
},
|
||||
|
||||
/// A custom value could not be converted to a Dataframe.
|
||||
///
|
||||
/// ## Resolution
|
||||
///
|
||||
/// Make sure conversion to a Dataframe is possible for this value or convert it to a type that does, first.
|
||||
#[error("Casting error")]
|
||||
#[diagnostic(code(nu::shell::downcast_not_possible))]
|
||||
DowncastNotPossible {
|
||||
msg: String,
|
||||
#[label("{msg}")]
|
||||
span: Span,
|
||||
},
|
||||
|
||||
/// The value given for this configuration is not supported.
|
||||
///
|
||||
/// ## Resolution
|
||||
|
Reference in New Issue
Block a user