Viewing Pandas data frames
- 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.