polars store-ls
for dataframe
Lists stored polars objects.
This command requires a plugin
The polars store-ls
command resides in the polars
plugin. To use this command, you must install and register nu_plugin_polars
. See the Plugins chapter in the book for more information.
Signature
> polars store-ls {flags}
Input/output types:
input | output |
---|---|
any | any |
Examples
Creates a new dataframe and shows it in the dataframe list
> let test = ([[a b];[1 2] [3 4]] | polars into-df);
polars store-ls