DataColumn クラス

Note

これは試験段階のクラスであり、いつでも変更される可能性があります。 詳細については、https://aka.ms/azuremlexperimental を参照してください。

データフレーム列:p aram 名: 列名 :type name: str, required :p aram type: Column data type :type: str, one of [string, integer, long, float, double, binary, datetime, boolean] or ~azure.ai.ml.entities.DataColumnType, optional

継承
azure.ai.ml.entities._mixins.RestTranslatableMixin
DataColumn

コンストラクター

DataColumn(*, name: str, type: str | DataColumnType | None = None, **kwargs)