inducer / inducer/pudb

Viewing Pandas data frames

Open
#732 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
3.2k
Forks
245
Avg merge
13m
Merged PRs (30d)
5

Description

**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](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)) 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](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html) copying the df as a CSV to the clipboard ([docs](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_clipboard.html)) 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.