Initializing help system before first use

Examining Tabular Data

When inspecting tabular data, such as DataFrames, in the debugger, Workbench shows a maximum of 20 array entries in the variables tree.

Complete the following steps to view the full contents of the array in a table:

  1. While suspended at a breakpoint, open the Debugger sidebar.
  2. In the Variables tree, find the variable you want to inspect and expand it to see its properties.
  3. Right-click on the variable to see the available actions.

  4. Select the option you want to use to inspect the variable:
    • Select Inspect in table to see the contents of the variable in a table, in the same manner as for a Mosel set or array.
      Note: This option is available only for types that Xpress Workbench recognizes as tabular in nature (including built-in Python sequence types and the types used to represent entities in Xpress Insight models).
    • Select Inspect as text to see the textual representation of the variable, as determined by the Python repr() function.
      Tip: Some types (such as pandas.DataFrame) have a textual representation that is a user-friendly tabular view. Depending on the type and the data, this view might be more informative than the Inspect as Table view.
    • Select Save as CSV saves the data layout from the Inspect in Table view as a comma-separated value (.csv) file. This option is available only for types for which CSV representation is supported.

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