into value for filters

Infer rsh 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 rsh values for each cell.

> $table | into value

Infer rsh values for each cell in the given columns.

> $table | into value -c [column1, column5]