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

# argmin()

Returns the index of the element with the lowest value, ignoring missing elements.

## Declaration

```swift
func argmin() -> Int?
```

## See Also

### Finding an Element Index

- [argmax()](tabulardata/column/argmax().md)
