Skip to content

API: Add skipna to groupby ops #57095

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

Closed
9 tasks
rhshadrach opened this issue Jan 26, 2024 · 1 comment
Closed
9 tasks

API: Add skipna to groupby ops #57095

rhshadrach opened this issue Jan 26, 2024 · 1 comment
Labels
Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate

Comments

@rhshadrach
Copy link
Member

Siphoning off from #56939. The following methods do not have a skipna argument in groupby, but do have such an argument on the Series/DataFrame variant.

  • max
  • mean
  • median
  • min
  • prod
  • sem
  • std
  • sum
  • var
@rhshadrach rhshadrach added Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate labels Jan 26, 2024
@rhshadrach
Copy link
Member Author

Forgot about #15675; closing in favor of that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

No branches or pull requests

1 participant