<!--
{
  "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/MLUntypedColumn/subscript(_:)-8ot43",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Subscript",
  "symbol" : {
    "kind" : "Instance Subscript",
    "modules" : [
      "Create ML",
      "CreateML"
    ],
    "preciseIdentifier" : "s:8CreateML15MLUntypedColumnVyAcA06MLDataD0VySbGcip"
  },
  "title" : "subscript(_:)"
}
-->

# subscript(_:)

Creates a subset of the column by masking its elements with a data
column of Booleans.

```
subscript(mask: MLDataColumn<Bool>) -> MLUntypedColumn { get }
```

## Parameters

`mask`

A Boolean column indicating whether elements should be kept
(`true`) or removed (`false`) in the derived column.

## Return Value

A new column.

---

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)