---
title: dropMissing()
framework: createml
role: symbol
role_heading: Instance Method
path: createml/mldatatable/dropmissing()
---

# dropMissing()

Creates a subset of the table by removing any row missing one or more values.

## Declaration

```swift
func dropMissing() -> MLDataTable
```

## Return Value

Return Value A new data table.

## See Also

### Discarding rows

- [dropDuplicates()](createml/mldatatable/dropduplicates().md)
- [exclude(_:of:)](createml/mldatatable/exclude(_:of:).md)
- [randomSample(by:seed:)](createml/mldatatable/randomsample(by:seed:).md)
