into value
for filters
Infer nushell datatype for each cell.
Signature
> into value {flags}
Flags
--columns, -c {table}
: list of columns to update
Input/output types:
input | output |
---|---|
table | table |
Examples
Infer Nushell values for each cell.
> $table | into value
Infer Nushell values for each cell in the given columns.
> $table | into value -c [column1, column5]