Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drop duplicate rows in python vaex

I am working with python vaex, and I don't know how I can drop duplicate rows in a dataframe. For example in pandas there exists the method drop_duplicates(). Does there exist any similar function in vaex?

like image 699
rootware Avatar asked Nov 07 '22 06:11

rootware


1 Answers

It seems there is none yet, but we should expect this functionality at some point.

In the meantime, there is an attempt from the creator of vaex

like image 105
radupm Avatar answered Nov 14 '22 21:11

radupm