-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
Fix pd.NaT - Series #19251
Conversation
@@ -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`) | |||
|
|||
|
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha, will fix.
#19139 merged, so rebase and remove xfails. |
Codecov Report
@@ Coverage Diff @@
## master #19251 +/- ##
=========================================
Coverage ? 91.54%
=========================================
Files ? 147
Lines ? 48825
Branches ? 0
=========================================
Hits ? 44699
Misses ? 4126
Partials ? 0
Continue to review full report at Codecov.
|
lgtm. ping on green. |
Ping |
thanks! |
Tests will be added after #19139 is merged, since largely that will involve removing an "xfail" from tests that already exist there.
git diff upstream/master -u -- "*.py" | flake8 --diff