Replies: 1 comment 2 replies
-
HI @rjavadi, sorry, I did not get the context right during our call. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@AdrianSosic You alluded in the meeting that Polar's
unique()
does what we need.According to the example in the pydocs:
But the output of
unique()
is different:Output:
Another example with subset columns:
It only filters out the rows that are duplicate of each other in the dataframe and I believe it's not what we intend to do. Please let me if I'm wrong.
Beta Was this translation helpful? Give feedback.
All reactions