Using Python 3.6. I have a simple dataframe: DateTimeIndex, 104 rows, about 30 columns of Floats. Total size 30kb according to df.info()
. So nothing special.
But if I try to view the dataframe or do anything with it, for example, copy it, new_df = problem_df.copy()
I immediately get "Kernel has died; restarting". There are no further error messages or any other clues what is happening.
I've restarted the kernel again, but that fixes nothing.
Are there any logfiles or other ways to figure out exactly what is causing the kernel crash? It seems to be exlusively related to this problem_df