Skip to content

Conversation

@LucasG0
Copy link
Contributor

@LucasG0 LucasG0 commented Oct 2, 2020

Support DataFrame.groupby and Series.groupby with dropna parameter introduced in pandas 1.1.0.
It would also fix #1007.

@HyukjinKwon
Copy link
Member

cc @itholic can you review this please?

@itholic
Copy link
Contributor

itholic commented Oct 5, 2020

Sure, let me take a look in a while.

Copy link
Contributor

@itholic itholic left a comment

Choose a reason for hiding this comment

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

Otherwise, seems fine to me.

@LucasG0 LucasG0 force-pushed the groupby_dropna branch 3 times, most recently from ba6b57c to 0ac5f01 Compare October 6, 2020 23:15
Copy link
Contributor

@itholic itholic left a comment

Choose a reason for hiding this comment

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

Otherwise, LGTM.

@itholic
Copy link
Contributor

itholic commented Oct 7, 2020

Nice work, @LucasG0 !!
Could you addressed the rest of the comments and resolve conflicts ??

Copy link
Collaborator

@ueshin ueshin left a comment

Choose a reason for hiding this comment

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

Otherwise, LGTM.

@itholic itholic merged commit b9d34a0 into databricks:master Oct 8, 2020
@itholic
Copy link
Contributor

itholic commented Oct 8, 2020

Merging. Thanks, @LucasG0 ! 👍

@LucasG0
Copy link
Contributor Author

LucasG0 commented Oct 8, 2020

Thanks !

@LucasG0 LucasG0 deleted the groupby_dropna branch October 8, 2020 19:27
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.

ks.groupby won't drop groups with one or more null keys

4 participants