xpressinsight.data.Column.__init__
xpressinsight.data.Column.__init__(self, name: str, dtype: Type[BasicType] = None, *, default: bool | float | int | str = None, entity_name: str = None)
name
|
The name of the column.
|
dtype
|
The data type; one of
boolean,
real,
integer or
string. If given,
:fct-ref:`insight.get_scenario_data will verify the data being fetched is of this type.
|
default
|
The value to insert into any cells of this column that do not have a value when the DataFrame is loaded from the Insight scenario; optional. If specified, must be a value of the appropriate type for the
dtype of this entity (e.g. a
str if
dtype is
string).
|
entity_name
|
The name of the entity to read. If not given, a name will be constructed from the data frame name and the column name.
|
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.