-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BUG/PERF: groupby.transform with unobserved categories #58084
Changes from 16 commits
a52e7fe
898fd12
5311004
fb548ad
baa1b28
30013ee
3b9d27b
4221c34
8588a1e
8e669d9
0d9f89d
84f83ae
cbabce0
bcca14f
f3a3f63
58e759f
7f99b71
4364440
5d63405
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2044,6 +2044,7 @@ def _gotitem(self, key, ndim: int, subset=None): | |
elif ndim == 1: | ||
if subset is None: | ||
subset = self.obj[key] | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you revert this line addition There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. resolved There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This still appears in the diff of this PR. |
||
return SeriesGroupBy( | ||
subset, | ||
self.keys, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this line removal. Shouldn't have any diff in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved