nushell.github.io
nushell.github.io copied to clipboard
Dataframe page polars dtypes command fails
The example $df | polars dtypes is given, which results in an error. Equivalent output can be generated with $df | polars schema.
polars dytpes was removed in favor of polars schema on the latest main. Sounds like our docs are out of date again.
Looks like this was fixed (examples updated to polars schema) in #1414 and can be closed.