Skip to content

REF: implement nanops.na_accum_func #32597

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 3 commits into from
Mar 14, 2020
Merged

Conversation

jbrockmendel
Copy link
Member

this is a follow-up that was requested a few months ago

@jbrockmendel
Copy link
Member Author

@TomAugspurger thoughts on whether we're going to do a 1.0.3? if so i should hold off on refactors like this

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TomAugspurger thoughts on whether we're going to do a 1.0.3? if so i should hold off on refactors like this

this is for 1.1 right?

@@ -1497,3 +1497,62 @@ def nanpercentile(
return result
else:
return np.percentile(values, q, axis=axis, interpolation=interpolation)


def na_accum_func(values, accum_func, skipna: bool):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a doc-string

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated+green

@jreback jreback added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Refactor Internal refactoring of code labels Mar 11, 2020
@TomAugspurger
Copy link
Contributor

TomAugspurger commented Mar 11, 2020 via email

@jreback jreback added this to the 1.1 milestone Mar 14, 2020
@jreback jreback merged commit 3c16cea into pandas-dev:master Mar 14, 2020
@jreback
Copy link
Contributor

jreback commented Mar 14, 2020

thanks

@jbrockmendel jbrockmendel deleted the ref-accum branch March 14, 2020 17:03
SeeminSyed pushed a commit to CSCD01-team01/pandas that referenced this pull request Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants