---
title: thirdQuartile
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/numericsummary/thirdquartile
---

# thirdQuartile

The value that’s above 75% of the non-missing elements’ values.

## Declaration

```swift
var thirdQuartile: Element
```

## See Also

### Getting Statistical Values

- [max](tabulardata/numericsummary/max.md)
- [mean](tabulardata/numericsummary/mean.md)
- [median](tabulardata/numericsummary/median.md)
- [min](tabulardata/numericsummary/min.md)
- [standardDeviation](tabulardata/numericsummary/standarddeviation.md)
- [firstQuartile](tabulardata/numericsummary/firstquartile.md)
