How to View dataframe summary instead of 'View as DataFrame'?
已回答
Hi,
PyCharm used to have a 'View' option for Pandas dataframe. It will show the summary (top and bottom 10 rows?) of the dataframe. It looks like the option is replaced with 'View as DataFrame'. It will launch the Data View window to display the values.
It works fine for small dataframe. Once the size of data gets larger, the Data View will has 'Nothing to show'. Also the evaluation time take longer.
Is it possible to have the option to do the normal 'View' instead of 'View as DataFrame'?
请先登录再写评论。
Hi Jack! Please try 2017.2 EAP build. We have improved large data sets support: https://youtrack.jetbrains.com/issue/PY-14960
The old functionality is completely gone unfortunately.
Thanks Pavel. The new view is much better! Faster and be able to display large data sets.
Hi Pavel, it might be too much to ask.
It would be great if i can copy and paste the values from Data View window. A Ctrl+A to do a select all then copy paste to Excel that will be even nicer (similar to pd.to_clipboard(). Just being lazy. but it will be useful to only copy the highlighted grid).
Even nicer that we can modify the values on the fly.
Jack, sounds reasonable for me, I created two feature requests in our tracker, please vote or/and comment if you have any suggestions:
Thanks for the quick quick around! Voted.