trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- 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 --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r9fn3n/how_to_visualize_pandas_dataframe_in_emacs/">[comments]</a></span>