---
title: MLDataTable.Rows.Element
framework: createml
role: symbol
role_heading: Type Alias
path: createml/mldatatable/rows-swift.struct/element
---

# MLDataTable.Rows.Element

The Element of a DataTable is a Row. This is represented as a Dictionary-like type containing all Column names and their corresponding values.

## Declaration

```swift
typealias Element = MLDataTable.Row
```

## See Also

### Supporting types

- [MLDataTable.Row](createml/mldatatable/row.md)
