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

Fix df.append deprecation warning #120

Merged

Conversation

atick-faisal
Copy link
Contributor

Replace pd.append with pd.concat.

pd.append() deprecated since version 1.4.0: Use concat() instead. For further details see Deprecated DataFrame.append and Series.append

@dmfolgado
Copy link
Member

Thank you for your contribution Atick. We already had considered this change in a development branch that is supporting an upcoming release.

@mluacnunes mluacnunes changed the base branch from master to build/upd February 28, 2023 15:43
@mluacnunes mluacnunes merged commit 83b655f into fraunhoferportugal:build/upd Feb 28, 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.

3 participants