-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Remove append method for Pandas >= 2.0. #28396
Conversation
Pandas removed .append in 2.0 so this helps keep the API consistent.
R: @tvalentyn |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
Codecov Report
@@ Coverage Diff @@
## master #28396 +/- ##
=======================================
Coverage 72.32% 72.33%
=======================================
Files 683 683
Lines 100620 100643 +23
=======================================
+ Hits 72776 72798 +22
- Misses 26266 26267 +1
Partials 1578 1578
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
70bfb95
to
3ed2822
Compare
3ed2822
to
fb38399
Compare
Run PythonDocker PreCommit |
(that was a test trigger command) |
Run PythonDocker PreCommit 3.11 |
This reverts commit 69df894.
Pandas removed .append in 2.0 so this helps keep the API consistent.
Requires adding new functionality to the decorators to conditionally skip them.
Partially fixing #27221