| title | drop_columns: Drops columns from the dataset |
|---|---|
| description | Specified columns to drop from the dataset. |
| keywords | transform, schema |
| author | WilliamDAssafMSFT |
| ms.author | wiassaf |
| manager | cgronlun |
| ms.date | 07/15/2019 |
| ms.topic | reference |
| ms.prod | sql |
| ms.technology | machine-learning-services |
| ms.service | |
| ms.assetid | |
| ROBOTS | |
| audience | |
| ms.devlang | Python |
| ms.reviewer | |
| ms.suite | |
| ms.tgt_pltfrm | |
| ms.custom | |
| monikerRange | >=sql-server-2017||>=sql-server-linux-ver15 |
microsoftml.drop_columns(cols: [list, str], **kargs)
Specified columns to drop from the dataset.
A character string or list of the names of the variables to drop.
Additional arguments sent to compute engine.
An object defining the transform.