I'm processing customer and purchase data on Jupyter Notebook.
I was comfortably writing and executing codes on it, but all of a sudden, it has slowed down and got to take forever to execute even one simple code like print('A')
. The worst thing is that it's not showing me any error, so I have absolutely no idea about what's wrong with Jupyter Notebook or my codes.
The original data is kinda big. I merged two data sets which have 424,699 rows and 22 columns, and 4,308,392 rows and 39 columns in total respectively.
The versions:
Python → 3.7.4
Jupyter Notebook → 6.0.0
windows 10 pro
I just want to boost the speed of execution on Jupyter Notebook.