xpressinsight.DataFrame
Purpose
The configuration of a
DataFrame entity, which is a group of columns with a shared index, stored as a Pandas DataFrame. Use the helper function
xpressinsight.types.DataFrame to declare a DataFrame entity in an app, rather than instantiating
xpressinsight.DataFrame directly.
Synopsis
class xpressinsight.DataFrame(DataFrameBase)
Further information
In older versions of
xpressinsight, it was possible to use the
DataFrame as the annotation for an entity. This syntax is now deprecated and should not be used in new apps; it will not be supported in Python 3,12 and above.
Related topics
Column,
DataFrame.__init__,
DataFrame.check_type,
DataFrame.check_value,
DataFrame.columns,
DataFrame.index,
DataFrame.index_names,
DataFrame.index_types,
DataFrame.is_managed,
DataFrame.name,
DataFrame.type_hint,
DataFrame.unique_index_names,
DataFrame.update_progress,
DataFrameBase,
types.DataFrame,
types.Index
DataFrame.__init__,
DataFrame.check_type,
DataFrame.check_value,
DataFrame.columns,
DataFrame.index,
DataFrame.index_names,
DataFrame.index_types,
DataFrame.is_managed,
DataFrame.name,
DataFrame.type_hint,
DataFrame.unique_index_names,
DataFrame.update_progress,
DataFrameBase,
types.DataFrame,
types.Index
© 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.
