Initializing help system before first use

xpressinsight.AppConfig.allow_duplicate_indices

Purpose
Whether to skip the check for duplicate index tuples in Series / DataFrame / PolarsDataFrame entities, and duplicate values in Index / PolarsIndex entities. If False (the default), an error will be raised at the end of the execution mode if you have added any duplicate values to entities. If set to True, no error will be raised, and duplicates will be silently removed as data is saved back to Insight. If None (the default), a warning will be output when duplicates are detected; the default value of this attribute will be changed to False from xpressinsight version 1.16.
Synopsis
xpressinsight.AppConfig.allow_duplicate_indices: Optional[bool]
Return value
False to error when duplicate indices are encountered, True to silently ignore them, None to log out a warning.
Further information
The property allow_duplicate_indices is part of the class xpressinsight.AppConfig.
Related topics

© 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.