<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateML",
  "identifier" : "/documentation/CreateML/MLDataTable/fillMissing(columnNamed:with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Create ML"
    ],
    "preciseIdentifier" : "s:8CreateML11MLDataTableV11fillMissing11columnNamed4withACSS_AA0C5ValueOtF"
  },
  "title" : "fillMissing(columnNamed:with:)"
}
-->

# fillMissing(columnNamed:with:)

Creates a modified copy of the table by filling in the missing values in
the named column.

```
func fillMissing(columnNamed: String, with value: MLDataValue) -> MLDataTable
```

## Parameters

`columnNamed`

The name of the column with missing values.

`value`

An `MLDataValue` to put in place for every missing value in the column.

## Return Value

A new data table.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)