append dataframes (#3839)

This commit is contained in:
Fernando Herrera
2021-07-25 21:36:09 +01:00
committed by GitHub
parent 111477aa74
commit d54d7cc431
7 changed files with 277 additions and 37 deletions

View File

@ -328,6 +328,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(DataFrameToUppercase),
whole_stream_command(DataFrameStringSlice),
whole_stream_command(DataFrameConcatenate),
whole_stream_command(DataFrameAppend),
]);
#[cfg(feature = "clipboard-cli")]