Skip to content

Performance regressions in GroupBy.fillna #38358

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
TomAugspurger opened this issue Dec 8, 2020 · 5 comments
Closed

Performance regressions in GroupBy.fillna #38358

TomAugspurger opened this issue Dec 8, 2020 · 5 comments
Assignees
Labels
Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version

Comments

@TomAugspurger
Copy link
Contributor

https://pandas.pydata.org/speed/pandas/#groupby.FillNA.time_df_ffill?python=3.8&Cython=0.29.21&commits=03e58585

From 03e58585

cc @GYHHAHA

@TomAugspurger TomAugspurger added Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version labels Dec 8, 2020
@GYHHAHA
Copy link
Contributor

GYHHAHA commented Dec 8, 2020

take

@GYHHAHA
Copy link
Contributor

GYHHAHA commented Dec 11, 2020

Is there a faster way to get the df with dropping the NaN group?
I try to use the indice operation to replace calling filter, but still slow.
Any suggestion? Thanks! @TomAugspurger

@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented Dec 11, 2020 via email

@jreback
Copy link
Contributor

jreback commented Sep 15, 2021

could be fixed by #43578

cc @mzeitlin11 @jbrockmendel

@jbrockmendel
Copy link
Member

closed by #43578

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

No branches or pull requests

4 participants