Remove a row/specific index from the dataset

This is the best solution I found on this page. Converting to pandas seemed to take a long time, I used a mask instead of an exclusion set and it ran through 30K rows in less than a second.

1 Like