-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When using .min() and .mean() on a pandas DataFrame that contains non-numeric columns, function will not work. You need to specify numeric_only = True in the .min(), .mean() call.
FutureWarning: The default value of numeric_only in DataFrameGroupBy.mean is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
This error does not occur when using Google Colab, but if running in VSCode the error pops up (pandas version 1.5.3)
Metadata
Metadata
Assignees
Labels
No labels