-
Notifications
You must be signed in to change notification settings - Fork 367
Add diff in Groupby #622
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
Add diff in Groupby #622
Conversation
Codecov Report
@@ Coverage Diff @@
## master #622 +/- ##
==========================================
+ Coverage 92.79% 92.87% +0.08%
==========================================
Files 31 31
Lines 5008 5023 +15
==========================================
+ Hits 4647 4665 +18
+ Misses 361 358 -3
Continue to review full report at Codecov.
|
|
Looks fine in general. |
Softagram Impact Report for pull/622 (head commit: 06c7f56)⭐ Change Overview
📄 Full report
Give feedback on this report to [email protected] |
|
Thanks, @RainFung for working on this. |
|
Hi, I'm trying to convert my Pandas script to Koalas script, and found this error when trying to do GroupBy.diff with datetime column. Here's the code to reproduce the case:
Referring to https://koalas.readthedocs.io/en/latest/reference/api/databricks.koalas.groupby.GroupBy.diff.html PS. here is the Pandas script which is working properly.
|
|
Can you open an issue with runnable examples? Seems like it's also related with Calender internal type support (SPARK-24695) |
Yes, sir. |

This PR adds rank GroupBy (both SeriesGroupBy and DataFrameGroupBy) by using existing
difflogic in Series.