---
title: "show(_:)"
framework: createml
role: symbol
role_heading: Function
path: "createml/show(_:)-5r938"
---

# show(_:)

Generates a streaming visualization of the data column.

## Declaration

```swift
func show<Element>(_ column: MLDataColumn<Element>) -> any MLStreamingVisualizable where Element : MLDataValueConvertible
```

## See Also

### Column visualizations

- [show(_:)](createml/show(_:)-9645r.md)
