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.0 (April 3, 2023) have removed deprecated Series.append(), DataFrame.append() methods, and concat() should be used instead.
I'd like to suggest specifying the pandas version you used in requirements.txt to avoid errors (AttributeError: 'DataFrame' object has no attribute 'append')!