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

Fix pd.NaT - Series #19251

Merged
merged 5 commits into from
Jan 16, 2018
Merged

Fix pd.NaT - Series #19251

merged 5 commits into from
Jan 16, 2018

Conversation

jbrockmendel
Copy link
Member

Tests will be added after #19139 is merged, since largely that will involve removing an "xfail" from tests that already exist there.

@@ -386,9 +386,7 @@ Conversion
- Bug in :class:`WeekOfMonth` and :class:`LastWeekOfMonth` where default keyword arguments for constructor raised ``ValueError`` (:issue:`19142`)
- Bug in localization of a naive, datetime string in a ``Series`` constructor with a ``datetime64[ns, tz]`` dtype (:issue:`174151`)
- :func:`Timestamp.replace` will now handle Daylight Savings transitions gracefully (:issue:`18319`)


Copy link
Contributor

Choose a reason for hiding this comment

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

pls leave white space this is on purpose to avoid conflicts

Copy link
Member Author

Choose a reason for hiding this comment

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

Gotcha, will fix.

@jreback jreback added Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate labels Jan 16, 2018
@jreback jreback added this to the 0.23.0 milestone Jan 16, 2018
@jreback
Copy link
Contributor

jreback commented Jan 16, 2018

#19139 merged, so rebase and remove xfails.

@codecov
Copy link

codecov bot commented Jan 16, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@7208610). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #19251   +/-   ##
=========================================
  Coverage          ?   91.54%           
=========================================
  Files             ?      147           
  Lines             ?    48825           
  Branches          ?        0           
=========================================
  Hits              ?    44699           
  Misses            ?     4126           
  Partials          ?        0
Flag Coverage Δ
#multiple 89.92% <ø> (?)
#single 41.69% <ø> (?)

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 7208610...dbb2a82. Read the comment docs.

@jreback
Copy link
Contributor

jreback commented Jan 16, 2018

lgtm. ping on green.

@jbrockmendel
Copy link
Member Author

Ping

@jreback jreback merged commit 4ebdc50 into pandas-dev:master Jan 16, 2018
@jreback
Copy link
Contributor

jreback commented Jan 16, 2018

thanks!

@jbrockmendel jbrockmendel deleted the nat_sub branch February 11, 2018 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

NaT - Series[timedelta64] returns NaT
2 participants