Contents

ColumnSelection.numeric

Select all numeric columns in the data frame.

Declaration

case numeric

Discussion

Numeric columns are columns with elements of type Int, UInt8, Float, Double. Also arrays of those types and shaped arrays of those types.

See Also

Column selection types