Skip to content

Viewing Pandas data frames #732

@jenstroeger

Description

@jenstroeger

Is your feature request related to a problem? Please describe.

I’m debugging some code, and I’d like to look at Pandas data frames (docs) more comfortably.

Describe the solution you'd like

Not too sure, but perhaps a popup window that renders the df as a table, and that can scroll horizontally through the columns and vertically through the rows 🤔

Describe alternatives you've considered

  • The variable view or the command line (ctrl-x) kinda sorta work but it’s not very convenient for large numbers of rows/cols.
  • According to this SO discussion copying the df as a CSV to the clipboard (docs) is an alternative solution that has worked ok. But that requires switching around between the terminal (with pudb) and a CSV viewer…

Additional context

n/a

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions