Pandas: Over 100k rows, Kernel Restarting issue

Viewed 30

I cannot seem to process a DataFrame operation, see accepted answer of the Initial Post below. I receive a Kernel Restarting message in the jupyter lab.

As I think this is a processing power/memory issue, the DF has the following shape: 109100, 14

Initial Post: Pandas: Replace values in column based on a match in a different column

Given the issue, should I loop instead? Any solutions to this?

0 Answers
Related