Skip to content

BUG: DataFrame.isin empty datetimelike #15570

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

Merged
merged 1 commit into from
Mar 5, 2017

Conversation

chris-b1
Copy link
Contributor

@chris-b1 chris-b1 commented Mar 4, 2017

@chris-b1 chris-b1 added Bug Datetime Datetime data dtype labels Mar 4, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 4, 2017
@jreback
Copy link
Contributor

jreback commented Mar 4, 2017

lgtm. merge on pass.

@codecov-io
Copy link

Codecov Report

Merging #15570 into master will decrease coverage by -0.03%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master   #15570      +/-   ##
==========================================
- Coverage   91.05%   91.03%   -0.03%     
==========================================
  Files         137      137              
  Lines       49291    49285       -6     
==========================================
- Hits        44884    44867      -17     
- Misses       4407     4418      +11
Impacted Files Coverage Δ
pandas/core/ops.py 91.7% <100%> (ø)
pandas/io/gbq.py 25% <0%> (-58.34%)
pandas/tools/merge.py 91.78% <0%> (-0.35%)
pandas/tseries/period.py 92.67% <0%> (-0.13%)
pandas/core/frame.py 97.83% <0%> (-0.1%)
pandas/indexes/base.py 96.23% <0%> (ø)
pandas/tools/pivot.py 95.07% <0%> (+0.03%)

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 5f0b69a...efae6bc. Read the comment docs.

@chris-b1 chris-b1 merged commit c198e28 into pandas-dev:master Mar 5, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Datetime Datetime data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pandas isin with empty dataframe produces epoch value on datetime type instead of boolean
3 participants