<!--
{
  "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/MLDataColumn/append(contentsOf:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Create ML"
    ],
    "preciseIdentifier" : "s:8CreateML12MLDataColumnV6append10contentsOfyACyxG_tF"
  },
  "title" : "append(contentsOf:)"
}
-->

# append(contentsOf:)

Appends the elements of the given column to the end of this column.

```
mutating func append(contentsOf newColumn: MLDataColumn<Element>)
```

## Parameters

`newColumn`

A column to append.

## Discussion> Note: The type of `newColumn` must be the same type or convertible to the same type as the column. See
> ``doc://com.apple.createml/documentation/CreateML/MLDataValueConvertible``.

---

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)