Skip to content

Conversation

meeseeksmachine
Copy link
Contributor

Backport PR #25266: BUG: Fix regression on DataFrame.replace for regex

@lumberbot-app lumberbot-app bot added this to the 0.24.2 milestone Feb 28, 2019
@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #25477 into 0.24.x will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           0.24.x   #25477      +/-   ##
==========================================
+ Coverage   92.39%   92.39%   +<.01%     
==========================================
  Files         166      166              
  Lines       52419    52419              
==========================================
+ Hits        48434    48435       +1     
+ Misses       3985     3984       -1
Flag Coverage Δ
#multiple 90.82% <100%> (ø) ⬆️
#single 42.91% <25%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/internals/managers.py 96.06% <100%> (ø) ⬆️
pandas/util/testing.py 88.13% <0%> (+0.09%) ⬆️

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 90b2daa...e5d0405. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #25477 into 0.24.x will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           0.24.x   #25477      +/-   ##
==========================================
+ Coverage   92.39%   92.39%   +<.01%     
==========================================
  Files         166      166              
  Lines       52419    52419              
==========================================
+ Hits        48434    48435       +1     
+ Misses       3985     3984       -1
Flag Coverage Δ
#multiple 90.82% <100%> (ø) ⬆️
#single 42.91% <25%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/internals/managers.py 96.06% <100%> (ø) ⬆️
pandas/util/testing.py 88.13% <0%> (+0.09%) ⬆️

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 90b2daa...e5d0405. Read the comment docs.

@jreback jreback added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Feb 28, 2019
@jreback jreback merged commit 37da2c1 into pandas-dev:0.24.x Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants