Skip to content

Conversation

meeseeksmachine
Copy link
Contributor

Backport PR #25182: BUG: Fix Series.is_unique with single occurrence of NaN

@lumberbot-app lumberbot-app bot added this to the 0.24.2 milestone Feb 8, 2019
@jreback jreback added the Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate label Feb 8, 2019
@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           0.24.x   #25223      +/-   ##
==========================================
+ Coverage   92.37%   92.38%   +<.01%     
==========================================
  Files         166      166              
  Lines       52403    52403              
==========================================
+ Hits        48409    48410       +1     
+ Misses       3994     3993       -1
Flag Coverage Δ
#multiple 90.8% <100%> (ø) ⬆️
#single 42.87% <0%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/base.py 97.75% <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 c460a92...77198cb. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           0.24.x   #25223      +/-   ##
==========================================
+ Coverage   92.37%   92.38%   +<.01%     
==========================================
  Files         166      166              
  Lines       52403    52403              
==========================================
+ Hits        48409    48410       +1     
+ Misses       3994     3993       -1
Flag Coverage Δ
#multiple 90.8% <100%> (ø) ⬆️
#single 42.87% <0%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/base.py 97.75% <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 c460a92...77198cb. Read the comment docs.

@jreback jreback merged commit 7f44027 into pandas-dev:0.24.x Feb 8, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants