pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.41k stars 17.83k forks source link

DEPR: Update groupby.apply DeprecationWarning to FutureWarning #59751

Open rhshadrach opened 3 weeks ago

rhshadrach commented 3 weeks ago

Ref: https://github.com/pandas-dev/pandas/pull/54950#issuecomment-1896995028

rhshadrach commented 3 weeks ago

Just got caught up with some of the chat on slack, marking this as a draft until https://github.com/pandas-dev/pandas/pull/59513 is merged.