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

BUG: DataFrame.min/max dt64 with skipna=False #37425

Merged
merged 18 commits into from
Oct 29, 2020

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Oct 26, 2020

@jreback jreback added this to the 1.2 milestone Oct 27, 2020
@jreback jreback added Bug Datetime Datetime data dtype labels Oct 27, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a whatsnew note

pandas/core/arrays/datetimelike.py Show resolved Hide resolved
pandas/core/nanops.py Show resolved Hide resolved
@jbrockmendel
Copy link
Member Author

whatsnew added + greenish

@jreback jreback merged commit cc517c7 into pandas-dev:master Oct 29, 2020
@jbrockmendel jbrockmendel deleted the bug-minmax-nat branch October 29, 2020 01:59
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
ukarroum pushed a commit to ukarroum/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.

BUG: NaT does not propagate in row-wise max for datetime64 rows
2 participants