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

Replace usage of deprecated DataFrame.append method #495

Merged
merged 2 commits into from Jun 2, 2023

Conversation

michaelnchin
Copy link
Member

@michaelnchin michaelnchin commented May 31, 2023

Issue #, if available: N/A

Description of changes:

  • Replaced all instances of the Pandas DataFrame.append() method, which is deprecated as of Pandas v1.4.x. Moving our ML notebooks and utilities to use DataFrame.concat() instead.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@michaelnchin michaelnchin merged commit b230002 into main Jun 2, 2023
4 checks passed
@michaelnchin michaelnchin deleted the ml-remove-pd-append branch June 2, 2023 01:20
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.

None yet

1 participant