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 grouping nan types in MixedNulls for pandas < 1.4 #1473

Merged
merged 3 commits into from May 19, 2022

Conversation

matanper
Copy link
Contributor

@matanper matanper commented May 18, 2022

address #1472

@matanper matanper self-assigned this May 18, 2022
@matanper matanper requested a review from a team as a code owner May 18, 2022 11:30
@matanper matanper linked an issue May 18, 2022 that may be closed by this pull request
@Nadav-Barak
Copy link
Collaborator

Does this also address the latency problem he spoke of?

@matanper
Copy link
Contributor Author

Does this also address the latency problem he spoke of?

No

@matanper matanper enabled auto-merge (squash) May 18, 2022 13:07
Copy link
Collaborator

@noamzbr noamzbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe easier to just use the id version for all, or is it slower?

@matanper
Copy link
Contributor Author

Maybe easier to just use the id version for all, or is it slower?

It's definitely slower, don't know by how much. but using the "id version" for both doesn't remove a lot of complexity (it's 3 rows difference) so I think it's better to leave this like that

…1472-bug-mixed-nulls-check-taking-too-long
@matanper matanper merged commit 6a5bade into main May 19, 2022
@delete-merged-branch delete-merged-branch bot deleted the 1472-bug-mixed-nulls-check-taking-too-long branch May 19, 2022 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants