Replies: 1 comment
-
Same issue here running with pandas 2.2.2. Looks like FutureWarning:error='ignore' was changed in version 2.2 and DataFrame.applymap() deprecated in version 2.1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if this a dumb question, but i recently installed openbb on linux and got this:
2024 Jun 09, 17:27 (🦋) /equity/ $ profile --symbol aapl
/home/root64/miniconda3/lib/python3.11/site-packages/openbb_cli/controllers/utils.py:386: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing
errors
and catch exceptions explicitly insteaddf[col] = pd.to_numeric(df[col], errors="ignore")
/home/root64/miniconda3/lib/python3.11/site-packages/openbb_cli/controllers/utils.py:416: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
df_outgoing = df_outgoing.applymap(str)
Beta Was this translation helpful? Give feedback.
All reactions