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

Fix: histogram sometimes does not obey selections #2196

Merged
merged 4 commits into from
Nov 10, 2022

Conversation

JovanVeljanoski
Copy link
Member

@JovanVeljanoski JovanVeljanoski commented Aug 31, 2022

This issue could in partly due to count something being buggy when handling arrow data that has missing values. Not sure tho, but there are tests implemented that cover these things in both sides for safety (asserting the histogram output and the count output).

Workaround:
If somebody is struggling with this issue, there is a simple workaround. Say column x is arrow column with missing values. All you need to do is:

df['x'] = df.x.as_numpy()

and everything should work as expected.

Checklist:

  • Make unit-tests exposing the issues
  • Make unit-tests pass
  • Party 🎉

@maartenbreddels
Copy link
Member

Party 🎉

@JovanVeljanoski
Copy link
Member Author

Party!! 🎉

Awesome, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants