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

.append pandas 2.0.0 deprecation #318

Closed
m-beau opened this issue Aug 30, 2023 · 0 comments · Fixed by #359
Closed

.append pandas 2.0.0 deprecation #318

m-beau opened this issue Aug 30, 2023 · 0 comments · Fixed by #359

Comments

@m-beau
Copy link
Owner

m-beau commented Aug 30, 2023

Gotta swap all the df1.append(df2) with pd.concatenate((df1, df2), axis=0)...!

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 a pull request may close this issue.

1 participant