Delete rows in data table

Hi, I’m looking for fast way to delete multiple rows according to the list and update accordingly the data table. Updated data table should return changed data frame for next function.
I have very large data frame, with repeating values(at the stud_id" column). And I need to delete all these values according to the unique values list, in the “stud_id” column
image
Thank you very much!

I think you need to do that in Pandas and show the unique data into the Dash table.

Hi Eduardo,
Thanks for reply. Yes, the only option that works it’s only drop in the pandas

Thanks!

1 Like