---
title: "removeColumn(named:)"
framework: createml
role: symbol
role_heading: Instance Method
path: "createml/mldatatable/removecolumn(named:)"
---

# removeColumn(named:)

Removes the column with the specified name.

## Declaration

```swift
mutating func removeColumn(named: String)
```

## Parameters

- `named`: The name of the column to remove.
