Dataframe Shape command (#3805)

* size command to get dataframe info

* change command name to shape

* apply lint to file
This commit is contained in:
Fernando Herrera
2021-07-20 13:07:42 +01:00
committed by GitHub
parent f656f906ff
commit 411435d68f
4 changed files with 54 additions and 3 deletions

View File

@ -317,6 +317,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(DataFrameNot),
whole_stream_command(DataFrameTake),
whole_stream_command(DataFrameSetWithIdx),
whole_stream_command(DataFrameShape),
]);
#[cfg(feature = "clipboard-cli")]