Skip to content

BUG: DataFrame.diff with dt64 and NaTs #36998

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 5 commits into from
Oct 10, 2020

Conversation

jbrockmendel
Copy link
Member

There's a related bug in algos.diff, but the elegant solution goes through the cython code, so im doing that in a separate branch.

@jreback jreback added the Datetime Datetime data dtype label Oct 9, 2020
@jreback jreback added this to the 1.2 milestone Oct 9, 2020
@jreback jreback added the Bug label Oct 9, 2020
@jreback jreback merged commit 6803e7d into pandas-dev:master Oct 10, 2020
@jbrockmendel jbrockmendel deleted the bug-diff-2 branch October 10, 2020 18:09
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
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.

DataFrame.diff on datetime64 returns result inconsistent with Series.diff
2 participants