Skip to content

CLN: Remove _axis from apply #40261

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

Merged
merged 1 commit into from
Mar 8, 2021
Merged

Conversation

rhshadrach
Copy link
Member

@rhshadrach rhshadrach commented Mar 5, 2021

  • Ensure all linting tests pass, see here for how to run them

The regex [\W]_axis is showing this removes the only occurances of the variable _axis throughout all of pandas.core. It is only set in groupby in a branch where is must be 0, and is only used to check that it is 0.

@rhshadrach rhshadrach added Clean Apply Apply, Aggregate, Transform, Map labels Mar 5, 2021
@jreback jreback added this to the 1.3 milestone Mar 8, 2021
@jreback jreback merged commit 8c62fbb into pandas-dev:master Mar 8, 2021
@jreback
Copy link
Contributor

jreback commented Mar 8, 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, Map Clean
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants