-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG : Adding *kwargs for name retention in Index args #21703
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
Conversation
Hello @uds5501! Thanks for updating the PR.
Comment last updated on July 09, 2018 at 12:12 Hours UTC |
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.
Needs tests and whatsnew note (0.24.0.txt). Could you also modify this PR title to be a little more descriptive of the issue that this solves?
@mroeschke Sure sir, would do |
@mroeschke I had a quick question. I made a commit regarding the whatsnew note in another path. If I want to add the commit in this PR itself.. how do I do that? |
@uds5501 I am not sure if I completely follow but you could potentially merge the other branch into this branch locally or just re-do the whatsnew entry. The latter is probably easiest since we are just talking about a one-liner |
@@ -526,6 +526,119 @@ def to_datetime(arg, errors='raise', dayfirst=False, yearfirst=False, | |||
pandas.DataFrame.astype : Cast argument to a specified dtype. | |||
pandas.to_timedelta : Convert argument to timedelta. | |||
""" | |||
from pandas.core.indexes.datetimes import DatetimeIndex |
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.
This block below already exists in _convert_listlike_datetimes
closing as dupe of #21848 which is farther along |
git diff upstream/master -u -- "*.py" | flake8 --diff