Resize Dataframe window in PyCharm community edition

Answered

When I view a dataframe in PyCharm Community Edition it only let's me adjust the vertical size of the window and does not allow dragging to make the horizontal size smaller. Anyone know why? It happen a while ago, it used to let me do that!

0
1 comment

We do have some limitations on Data view for Community - https://youtrack.jetbrains.com/issue/PY-34044/Dataframe-view-is-limited-in-PyCharm-Community-Edition

 

but if you add a breakpoint and debug, you could resize horizontally/vertically the Array view 

For full support, we do recommend Professional with the data view;

0

Please sign in to leave a comment.