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
Disabling "show variables" alleviated the slowness I was experiencing. To do this, go to
Pycharm > Preferences > Build, Execution, Deployment > Console and uncheck Show console variables by default.
Pycharm > Preferences > Build, Execution, Deployment > Console
Show console variables by default
Then restart your session.