Usage
microsoftml.drop_columns(cols: [list, str], **kargs)
Description
指定要从数据集中删除的列。
Arguments
cols
一个字符串或变量名称列表。
kargs
发送到计算引擎的其他参数。
Returns
定义转换的对象。
相关内容
- microsoftml.concat:将多个列串联为一个向量
- microsoftml.select_columns:保留数据集的列
microsoftml.drop_columns(cols: [list, str], **kargs)
指定要从数据集中删除的列。
一个字符串或变量名称列表。
发送到计算引擎的其他参数。
定义转换的对象。