Dataframe new commands (#3425)

* Folder for dataframe commands

* New commands for dataframe
This commit is contained in:
Fernando Herrera
2021-05-15 08:24:11 +01:00
committed by GitHub
parent be2f66397b
commit c0cc9ce7cd
6 changed files with 115 additions and 57 deletions

View File

@ -253,6 +253,10 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(TermSize),
#[cfg(feature = "dataframe")]
whole_stream_command(Dataframe),
#[cfg(feature = "dataframe")]
whole_stream_command(DataframeLoad),
#[cfg(feature = "dataframe")]
whole_stream_command(DataframeList),
]);
#[cfg(feature = "clipboard-cli")]