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

DEPR: Partial failure in Series.transform and DataFrame.transform #40238

Merged
merged 1 commit into from Mar 5, 2021

Conversation

rhshadrach
Copy link
Member

In test_frame_transform.test_transform_partial_failure, two of the tests did not actually test for partial failure as I had intended back in #35964. That is fixed here. Also added tests for Series.

@rhshadrach rhshadrach added Deprecate Functionality to remove in pandas Apply Apply, Aggregate, Transform labels Mar 5, 2021
@rhshadrach rhshadrach force-pushed the dep_tranform_partial_failure branch from 6c61d34 to c7992d5 Compare March 5, 2021 01:30
@jreback jreback added this to the 1.3 milestone Mar 5, 2021
@jreback jreback merged commit 14c8892 into pandas-dev:master Mar 5, 2021
@jreback
Copy link
Contributor

jreback commented Mar 5, 2021

thanks @rhshadrach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apply Apply, Aggregate, Transform Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: DataFrame.agg has no partial failure
2 participants