---
title: ColumnSelection.numeric
framework: createmlcomponents
role: symbol
role_heading: Case
path: createmlcomponents/columnselection/numeric
---

# ColumnSelection.numeric

Select all numeric columns in the data frame.

## Declaration

```swift
case numeric
```

## Discussion

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

- [ColumnSelection.all](createmlcomponents/columnselection/all.md)
- [ColumnSelection.exclude(columnNames:)](createmlcomponents/columnselection/exclude(columnnames:).md)
- [ColumnSelection.include(columnNames:)](createmlcomponents/columnselection/include(columnnames:).md)
