---
title: mode
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/categoricalsummary/mode
---

# mode

The most common values in a column, ignoring missing elements.

## Declaration

```swift
var mode: [Element]
```

## Discussion

Discussion The summary orders the elements based on their original locations within the column.

## See Also

### Inspecting a Summary

- [debugDescription](tabulardata/categoricalsummary/debugdescription.md)
- [uniqueCount](tabulardata/categoricalsummary/uniquecount.md)
- [someCount](tabulardata/categoricalsummary/somecount.md)
- [noneCount](tabulardata/categoricalsummary/nonecount.md)
- [totalCount](tabulardata/categoricalsummary/totalcount.md)
