1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>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.</p> <p>EIN has a function to do exactly this and visualize the dataframe in SES mode: <a href="https://github.com/tkf/emacs-ipython-notebook/blob/d62dc59869d436385efa940ba20a737bb8b9e5fd/lisp/ein-pytools.el#L222">https://github.com/tkf/emacs-ipython-notebook/blob/d62dc59869d436385efa940ba20a737bb8b9e5fd/lisp/ein-pytools.el#L222</a> . 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.</p> <p>Has anybody here solved this problem before?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/adivinity"> /u/adivinity </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r9fn3n/how_to_visualize_pandas_dataframe_in_emacs/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r9fn3n/how_to_visualize_pandas_dataframe_in_emacs/">[comments]</a></span> |