Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistency of groupby() for -0.0 #2790

Closed
sl-solution opened this issue Jun 18, 2021 · 1 comment · Fixed by #2791
Closed

inconsistency of groupby() for -0.0 #2790

sl-solution opened this issue Jun 18, 2021 · 1 comment · Fixed by #2791
Labels
Milestone

Comments

@sl-solution
Copy link

The following examples demonstrate the issue,

df = DataFrame(a = [0.0,-0.0,1.0])
groupby(df,1)
df = DataFrame(a = [0.0,-0.0,1.1])
groupby(df,1)
@bkamins
Copy link
Member

bkamins commented Jun 18, 2021

Thank you for reporting.

@bkamins bkamins added this to the patch milestone Jun 18, 2021
@bkamins bkamins added the bug label Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants