abacusai.dataset_column
Classes
A schema description for a column |
Module Contents
- class abacusai.dataset_column.DatasetColumn(client, name=None, dataType=None, detectedDataType=None, featureType=None, detectedFeatureType=None, originalName=None, validDataTypes=None, timeFormat=None, timestampFrequency=None)
Bases:
abacusai.return_class.AbstractApiClass
A schema description for a column
- Parameters:
client (ApiClient) – An authenticated API Client instance
name (str) – The unique name of the column.
dataType (str) – The underlying data type of each column.
detectedDataType (str) – The detected data type of the column.
featureType (str) – Feature type of the column.
detectedFeatureType (str) – The detected feature type of the column.
originalName (str) – The original name of the column.
validDataTypes (list[str]) – The valid data type options for this column.
timeFormat (str) – The detected time format of the column.
timestampFrequency (str) – The detected frequency of the timestamps in the dataset.
- name
- data_type
- detected_data_type
- feature_type
- detected_feature_type
- original_name
- valid_data_types
- time_format
- timestamp_frequency
- deprecated_keys
- __repr__()