Remove duplicated rows

Is there a function like R’s unique with JuliaDB to remove duplicated rows?

Does unique!(rows(t)) work for you?

Yes, this table(unique!(rows(impt_data))) worked.

1 Like