You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of pandas 2.1.0, warnings are now raised when using 'groupby'. These warnings are associated with using np.min, np.max, np.mean and np.median. The advised method is to now simply use 'mean', 'median', etc in the groupby.
The text was updated successfully, but these errors were encountered:
Description
As of pandas 2.1.0, warnings are now raised when using 'groupby'. These warnings are associated with using np.min, np.max, np.mean and np.median. The advised method is to now simply use 'mean', 'median', etc in the groupby.
The text was updated successfully, but these errors were encountered: