Skip to content

BUG: Fixed bug that Timedelta raises error when slicing from 0s (issue #10583) #10960

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

Merged
merged 1 commit into from
Sep 1, 2015
Merged

BUG: Fixed bug that Timedelta raises error when slicing from 0s (issue #10583) #10960

merged 1 commit into from
Sep 1, 2015

Conversation

terrytangyuan
Copy link
Contributor

closes #10583

@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves Timedelta Timedelta data type labels Sep 1, 2015
@jreback jreback added this to the 0.17.0 milestone Sep 1, 2015
@jreback
Copy link
Contributor

jreback commented Sep 1, 2015

ping on green

@terrytangyuan
Copy link
Contributor Author

@jreback looks like all the PRs on Travis are pending (none of them is running now)? BTW, how can I cancel/drop one of the tasks that I created? (In case in the future when I need to fix my commits)

@jreback
Copy link
Contributor

jreback commented Sep 1, 2015

things can take a while on travis. pandas only has a limited amount of capacity (across pandas master and other accounts), so could be a while as I pushed a bunch of things recently.

you can go to travis and cancel things manually if you want. but the green button is run by a different process.

@terrytangyuan
Copy link
Contributor Author

I see. On green now! @jreback

jreback added a commit that referenced this pull request Sep 1, 2015
BUG: Fixed bug that Timedelta raises error when slicing from 0s (issue #10583)
@jreback jreback merged commit 9bdae60 into pandas-dev:master Sep 1, 2015
@jreback
Copy link
Contributor

jreback commented Sep 1, 2015

thank you sir!

@terrytangyuan terrytangyuan deleted the PR2update branch September 1, 2015 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TimedeltaIndex raises error when slicing from '0s'
2 participants