---
title: max()
framework: tabulardata
role: symbol
role_heading: Instance Method
path: tabulardata/column/max()
---

# max()

Returns the element with the highest value, ignoring missing elements.

## Declaration

```swift
func max() -> Column<WrappedElement>.Element
```

## See Also

### Getting Statistical Values

- [sum()](tabulardata/column/sum().md)
- [min()](tabulardata/column/min().md)
- [mean()](tabulardata/column/mean()-2si7j.md)
- [mean()](tabulardata/column/mean()-ic5z.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/column/standarddeviation(deltadegreesoffreedom:)-9ffqu.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/column/standarddeviation(deltadegreesoffreedom:)-4kc16.md)
