Skip to content

Fix #12169 - Resample category data with timedelta index #12271

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

Closed
wants to merge 2 commits into from
Closed

Fix #12169 - Resample category data with timedelta index #12271

wants to merge 2 commits into from

Conversation

BranYang
Copy link
Contributor

@BranYang BranYang commented Feb 9, 2016

closes #12169

@jreback
Copy link
Contributor

jreback commented Feb 9, 2016

pls add a whatsnew entry as well.

Can you also add a simpler example (as well) that just hits the construction path; put it in the series/test_constructors

@jreback jreback added Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timedelta Timedelta data type labels Feb 9, 2016
@jreback jreback added this to the 0.18.0 milestone Feb 9, 2016
@BranYang
Copy link
Contributor Author

@jreback added tests

@jreback jreback closed this in e9558d3 Feb 10, 2016
@jreback
Copy link
Contributor

jreback commented Feb 10, 2016

thanks @BranYang

one tip, when you add a bug fix put it in a blank spot not at the end. that way you won't get merge conflicts (that's why I randomly put blank lines there)

@BranYang BranYang deleted the issue12169 branch February 10, 2016 23:06
cldy pushed a commit to cldy/pandas that referenced this pull request Feb 11, 2016
closes pandas-dev#12169

Author: Bran Yang <[email protected]>

Closes pandas-dev#12271 from BranYang/issue12169 and squashes the following commits:

4a5605f [Bran Yang] add tests to Series/test_constructors; and update whatsnew
7cf1be9 [Bran Yang] Fix pandas-dev#12169 - Resample category data with timedelta index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resample category data with timedelta index
2 participants