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
[Bug] Deprecation Warning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False.
#4686
Closed
deeleeramone opened this issue
Apr 5, 2023
· 1 comment
· Fixed by #4701
2023 Apr 04, 23:17 (🦋) /stocks/gov/ $ lastcontracts
/Users/danglewood/GitHub/OpenBBTerminal/openbb_terminal/stocks/government/quiverquant_view.py:284: FutureWarning:
The default value of numeric_only in DataFrameGroupBy.sum 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.
however, there are likely others which will be affected. The solution will be to add numeric_only = True to the syntax.
The text was updated successfully, but these errors were encountered:
This particular error came from:
however, there are likely others which will be affected. The solution will be to add
numeric_only = True
to the syntax.The text was updated successfully, but these errors were encountered: