Skip to content

Conversation

@uds5501
Copy link
Contributor

@uds5501 uds5501 commented Jul 2, 2018

@pep8speaks
Copy link

pep8speaks commented Jul 2, 2018

Hello @uds5501! Thanks for updating the PR.

Line 596:21: E722 do not use bare except'

Comment last updated on July 09, 2018 at 12:12 Hours UTC
Copy link
Member

@mroeschke mroeschke left a 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?

@uds5501
Copy link
Contributor Author

uds5501 commented Jul 2, 2018

@mroeschke Sure sir, would do

@mroeschke mroeschke added the Bug label Jul 3, 2018
@uds5501 uds5501 changed the title BUG : Adding name in *kwargs BUG : Adding *kwargs for name retention in Index args Jul 3, 2018
@uds5501
Copy link
Contributor Author

uds5501 commented Jul 3, 2018

@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?

@WillAyd
Copy link
Member

WillAyd commented Jul 3, 2018

@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

pandas.DataFrame.astype : Cast argument to a specified dtype.
pandas.to_timedelta : Convert argument to timedelta.
"""
from pandas.core.indexes.datetimes import DatetimeIndex
Copy link
Member

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

@jreback
Copy link
Contributor

jreback commented Jul 20, 2018

closing as dupe of #21848 which is farther along

@jreback jreback closed this Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 participants