You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading a Windows Event Log file into a dataframe with some own code. The .evtx file is 0.5 Gb. The eventual dataframe has 95k rows and 9 columns.
When I tried to save my notebook, I got the following error:
I suppose this is because the notebook is trying to save the dataframe also in the notebook. So I was not surprised. But only a programmer can accept this kind of error message.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was reading a Windows Event Log file into a dataframe with some own code. The .evtx file is 0.5 Gb. The eventual dataframe has 95k rows and 9 columns.
When I tried to save my notebook, I got the following error:
I suppose this is because the notebook is trying to save the dataframe also in the notebook. So I was not surprised. But only a programmer can accept this kind of error message.
Beta Was this translation helpful? Give feedback.
All reactions