I am a data scientist, I work in python with pandas for manipulating data on a daily basis. I love emacs but there is one feature that makes me open up Pycharm every day instead and that is its “sciview”, which displays dataframes in a “spreadsheet” manner which really helps when debugging/exploring.
EIN has a function to do exactly this and visualize the dataframe in SES mode: https://github.com/tkf/emacs-ipython-notebook/blob/d62dc59869d436385efa940ba20a737bb8b9e5fd/lisp/ein-pytools.el#L222 . It relies on a jupyter kernel to retrieve the data, I would like to adapt that to dap-mode (or any standard python process accessible through a REPL) but my elisp-fu is way too poor.
Has anybody here solved this problem before?