Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metrics.py: Deprecated DataFrame.append() #9

Open
victorchang1001 opened this issue Apr 18, 2023 · 1 comment
Open

metrics.py: Deprecated DataFrame.append() #9

victorchang1001 opened this issue Apr 18, 2023 · 1 comment

Comments

@victorchang1001
Copy link

Hi,

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')!

@Dheeraj-kkde
Copy link

Hi Victor,

You can resolve the above issue by using "_append" instead of "append".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants