Skip to content

unique function is broken #233

@rxin

Description

@rxin
df = ks.DataFrame({"Person": ['a', 'b', 'b', 'c']})
df
  Person
0      a
1      b
2      b
3      c

df.unique()
  Person
2      b
3      c
0      a
1      b

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions