Hi there,
I'm using a Python 3.6 kernel in my Jupyter Notebook running on 2 CPUs and 8GB of RAM. At a certain point when I execute the cells the kernel always dies. I'm aware this might be due to memory shortage, so I freed the memory of all unneeded dataframes and maps, etc. I'm then able to get past that point, however eventually the kernel dies again a couple of cells later at a for my understanding fairly easy computation, where I'm just dropping two columns from a dataframe, renaming another and counting NA values in one column.
The whole damn thing ran a couple of days before with no issues (I didn't even had to free any memory) but I'm just not able to execute it since yesterday.
Any suggestions on how to fix this? Did anyone had a similar problem? Please reply.
Thanks.
Sebastian
------------------------------
Sebastian
------------------------------
#WatsonStudio