-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Functions allowed in DataFrameGroupby.transform are not all tested #27905
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
Labels
good first issue
Groupby
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Testing
pandas testing functions or related to the test suite
Comments
5 tasks
5 tasks
Looks like #27974 was closed as stale. Marking as a good first issue, if anyone wants to pick it up based on that PR. |
Hi, I would like to work on this. |
4 tasks
Hi, I would like to work on this. |
@echozzy629 Thanks for the interest. #32069 has been submitted to address this issue. |
superseded by #32293 , #31269 , #27472 and #32344, see #32069 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Groupby
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Testing
pandas testing functions or related to the test suite
e.g.
fillna
,tshift
andcorrwith
are all allowed ingroup.transform()
, but looking atpandas/tests/groupby/test_transform.py
, they are not tested. There are more, and I will add to here and make a PR to tests these cases.The text was updated successfully, but these errors were encountered: