polars into-dtype for dataframe
Convert a string to a specific datatype.
Signature
> polars into-dtype {flags}
Input/output types:
| input | output |
|---|---|
| string | polars_dataframe |
Examples
Convert a string to a specific datatype and back to a nu object
> 'i64' | polars into-dtype | polars into-nu
i64