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

Backport PR #25102 on branch 0.24.x (BUG: Fixing regression in DataFrame.all and DataFrame.any with bool_only=True) #25140

Conversation

meeseeksmachine
Copy link
Contributor

Backport PR #25102: BUG: Fixing regression in DataFrame.all and DataFrame.any with bool_only=True

@lumberbot-app lumberbot-app bot added this to the 0.24.2 milestone Feb 4, 2019
@jreback jreback added the Reshaping Concat, Merge/Join, Stack/Unstack, Explode label Feb 4, 2019
@codecov
Copy link

codecov bot commented Feb 4, 2019

Codecov Report

Merging #25140 into 0.24.x will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           0.24.x   #25140   +/-   ##
=======================================
  Coverage   92.37%   92.37%           
=======================================
  Files         166      166           
  Lines       52403    52403           
=======================================
  Hits        48409    48409           
  Misses       3994     3994
Flag Coverage Δ
#multiple 90.8% <100%> (ø) ⬆️
#single 42.88% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/frame.py 96.81% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1700680...20ba96a. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 4, 2019

Codecov Report

Merging #25140 into 0.24.x will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           0.24.x   #25140   +/-   ##
=======================================
  Coverage   92.37%   92.37%           
=======================================
  Files         166      166           
  Lines       52403    52403           
=======================================
  Hits        48409    48409           
  Misses       3994     3994
Flag Coverage Δ
#multiple 90.8% <100%> (ø) ⬆️
#single 42.88% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/frame.py 96.81% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1700680...20ba96a. Read the comment docs.

@jreback jreback merged commit c42526f into pandas-dev:0.24.x Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants