PyCharm 2017.1 Help

Data View

In this section:

Opening the Data View tool window

This tool window appears in the following cases:

  • One invokes the command View as Array/View as DataFrame in the Variables tab of the Debug tool window.
  • One executes a Python code in the Python Console, clicks /help/img/idea/2017.1/show-watches.png in the console toolbar, and then invokes the command View as Array/View as DataFrame from the context menu of an array or a DataFrame, or clicks the link View as Array/View as DataFrame .

Supported formats

The Data View tool window supports the following formats:

Description of controls

ItemDescription
TableThe number of rows and columns correspond to the dimensions of an array or a DataFrame.
Colors of the table are regulated by the context menu of a tab (right-click a tab and select or clear the check-command Colored) or the menu from /help/img/idea/2017.1/cogwheel_black_with_arrow.png (select or clear the check-command Colored by Default).
Text fieldSpecify the name of an array or a DataFrame. Note that code completion is available in this field:
/help/img/idea/2017.1/py_view_as_array_code_completion.png
FormatUse this field to change the presentation format. If the contents of this field changes to %.2f, then 2 digits will show after dot. Refer to the Python documentation for details.

See Also

Last modified: 26 July 2017