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

Remove append method for Pandas >= 2.0. #28396

Merged
merged 14 commits into from
Sep 13, 2023
Merged

Conversation

caneff
Copy link
Contributor

@caneff caneff commented Sep 11, 2023

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

Pandas removed .append in 2.0 so this helps keep the API consistent.
@caneff
Copy link
Contributor Author

caneff commented Sep 11, 2023

R: @tvalentyn

@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #28396 (b981f37) into master (cf0cf3b) will increase coverage by 0.00%.
Report is 2 commits behind head on master.
The diff coverage is 82.35%.

@@           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           
Flag Coverage Δ
python 82.82% <82.35%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
sdks/python/apache_beam/dataframe/frames.py 95.24% <80.00%> (-0.08%) ⬇️
sdks/python/apache_beam/dataframe/frame_base.py 89.25% <83.33%> (-0.34%) ⬇️

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tvalentyn
Copy link
Contributor

Run PythonDocker PreCommit

@tvalentyn
Copy link
Contributor

(that was a test trigger command)

@tvalentyn
Copy link
Contributor

Run PythonDocker PreCommit 3.11

@tvalentyn tvalentyn merged commit 3d6a490 into apache:master Sep 13, 2023
77 checks passed
@caneff caneff deleted the remove_append branch September 14, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants