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
Pandas 2.0 throws " DataFrame object has no attribute 'append' " error
Had to install pandas <= 2.0.0 to circumvent, which logs the following:
/usr/local/lib/python3.9/site-packages/plotly/express/_core.py:271: FutureWarning:
plotly_dash_app |
plotly_dash_app | The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.