PyCharm hanging for a long time in iPython console with big data

前端 未结 5 1570
难免孤独
难免孤独 2021-02-03 20:26

I\'ve seen some reports PyCharm is slow but I\'m having an issue that seems that\'s too slow even compared to normal operation.

I have a big set of data in a pandas data

5条回答
  •  终归单人心
    2021-02-03 21:32

    If you don't mind disabling the autocompletion completely, I think this should work:

    Go to File > Settings (Ctrl+Alt+S) > IDE Settings > Editor > Code Completion

    And turn off Insert selected variant by typing dot, space, etc.

提交回复
热议问题