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

24024 follow-up: fix incorrectly accepting iNaT in validate_fill_value #24605

Merged
merged 3 commits into from
Jan 4, 2019

Conversation

jbrockmendel
Copy link
Member

remove box_values_as_index

xref #23833, #23982 for overhaul of maybe_promote testing

@jreback jreback added Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Clean labels Jan 4, 2019
@jreback jreback added this to the 0.24.0 milestone Jan 4, 2019
@jreback
Copy link
Contributor

jreback commented Jan 4, 2019

lgtm. ping on green.

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #24605 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24605      +/-   ##
==========================================
+ Coverage   92.38%   92.38%   +<.01%     
==========================================
  Files         166      166              
  Lines       52490    52487       -3     
==========================================
- Hits        48493    48491       -2     
+ Misses       3997     3996       -1
Flag Coverage Δ
#multiple 90.81% <100%> (-0.01%) ⬇️
#single 43.04% <66.66%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/datetimelike.py 98.53% <ø> (-0.31%) ⬇️
pandas/core/dtypes/cast.py 88.72% <100%> (ø) ⬆️
pandas/core/arrays/datetimes.py 98.01% <100%> (ø) ⬆️
pandas/util/testing.py 88.09% <0%> (+0.09%) ⬆️
pandas/core/arrays/timedeltas.py 88.18% <0%> (+0.19%) ⬆️

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 c21f1a6...0bcb14b. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #24605 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24605      +/-   ##
==========================================
- Coverage   92.38%   92.38%   -0.01%     
==========================================
  Files         166      166              
  Lines       52490    52487       -3     
==========================================
- Hits        48493    48490       -3     
  Misses       3997     3997
Flag Coverage Δ
#multiple 90.81% <100%> (-0.01%) ⬇️
#single 43.05% <33.33%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/indexes/datetimelike.py 98.53% <ø> (-0.31%) ⬇️
pandas/core/dtypes/cast.py 88.72% <100%> (ø) ⬆️
pandas/core/arrays/datetimes.py 98.01% <100%> (ø) ⬆️
pandas/core/arrays/timedeltas.py 88.18% <0%> (+0.19%) ⬆️

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 9175387...3518c03. Read the comment docs.

@jreback jreback merged commit 62045c3 into pandas-dev:master Jan 4, 2019
@jreback
Copy link
Contributor

jreback commented Jan 4, 2019

thanks!

@jbrockmendel jbrockmendel mentioned this pull request Jan 4, 2019
12 tasks
@jbrockmendel jbrockmendel deleted the fillna branch January 4, 2019 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants