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

pandas change append -> concat (append in dfs removed in pandas>=2.) #1524

Closed
wants to merge 1 commit into from

Conversation

skon7
Copy link

@skon7 skon7 commented Sep 13, 2023

#resolves #1518

#Issue:
#1518 (AttributeError: 'DataFrame' object has no attribute 'append')

Description
This pull request addresses issue #1518 by replacing the append function with the concat function. The issue was caused by a compatibility problem with pandas versions greater than 2.

@google-cla
Copy link

google-cla bot commented Sep 13, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@skon7 skon7 closed this Sep 13, 2023
@skon7 skon7 reopened this Sep 13, 2023
@skon7 skon7 closed this Sep 13, 2023
@skon7 skon7 reopened this Sep 13, 2023
@skon7 skon7 closed this Sep 13, 2023
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

Successfully merging this pull request may close these issues.

AttributeError: 'DataFrame' object has no attribute 'append'
1 participant