Jupyter notebook : kernel died msg when loading big CSV file

4.4k Views Asked by At

I am using a Jupiter Notebook for making a machine learning model using turicreate. When ever I upload a big .csv file, I get a message: kernel died. Since I am new in python is there an other way to Batch loading file or anyone nows how to fix this issue ?

The csv file is 52.9 MB

Thanks

1

There are 1 best solutions below

5
On

53MB is not a big file ! You should try to load this in a ipython terminal to test.

Load as you would in a Jupyter to see if you have any issue. If there is no issue, This could be a bad installation of Jupyter.

Note : The kernel dies mostly when you're out of RAM. But 53MB is not that big, assuming you have at least 2 or 4G or RAM on your laptop, an error like this shouldn't happend