-
Notifications
You must be signed in to change notification settings - Fork 112
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
SNOW-1486910: Return DatetimeIndex from to_datetime and date_range #2050
Conversation
e9be01e
to
a88a2ab
Compare
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.
Looks good. Can you also update the relevant doctests under the docstrings/
directory? Some doctests are currently skipped because they return DatetimeIndex.
Updated doctests. There are few still skipped which will be fixed in next PR (SNOW-1558888) which will add support for datetime properties. |
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.
LGTM. Thank!
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.
Nice work! Please rebase and make sure all tests pass.
Also can you search SNOW-1486910
in the whole code path, there are some TODO can be resolved with your change.
8fa287b
to
c7b6db6
Compare
39d729a
to
3824fb6
Compare
3824fb6
to
159c81b
Compare
Done |
ca1cd72
to
27104c7
Compare
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.
Nice work!
27104c7
to
d50dba6
Compare
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1486910
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Return DatetimeIndex from pd.to_datetime and pd.date_range methods.