Skip to content
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

Period Resampling Master Issue #12871

Closed
10 of 13 tasks
jreback opened this issue Apr 11, 2016 · 11 comments
Closed
10 of 13 tasks

Period Resampling Master Issue #12871

jreback opened this issue Apr 11, 2016 · 11 comments
Labels
Period Period data type Resample resample method

Comments

@jreback
Copy link
Contributor

jreback commented Apr 11, 2016

@jreback jreback added Period Period data type Resample resample method Master Tracker High level tracker for similar issues labels Apr 11, 2016
@jreback jreback added this to the Next Major Release milestone Apr 11, 2016
@jreback
Copy link
Contributor Author

jreback commented Apr 11, 2016

cc @MaximilianR

@max-sixty
Copy link
Contributor

I can't edit the post, but I think all apart from these are solved:

#12884 Return PeriodIndex if possible
#11983 with Panels?
#7744 convention issues

@jreback
Copy link
Contributor Author

jreback commented May 3, 2016

@MaximilianR really?

we would need verifying tests only then.

@max-sixty
Copy link
Contributor

we would need verifying tests only then

They should all have tests based on the PRs. (Your commits closed the issues, not me). Or lmk if I'm missing something

@jreback
Copy link
Contributor Author

jreback commented May 3, 2016

those all looks like one issues

@jreback
Copy link
Contributor Author

jreback commented May 3, 2016

oh sorry - you said all apar from those - I checked the boxes :)

@max-sixty
Copy link
Contributor

max-sixty commented May 18, 2016

Adding to the list, size loses the Series name, after #13079:

In [4]: pd.Series([], name='test', index=pd.PeriodIndex([],freq='D')).resample('M').size()
Out[4]: Series([], Freq: M, dtype: int64)

EDIT: now fixed

@max-sixty
Copy link
Contributor

max-sixty commented Sep 28, 2017

You can mark "#11983 with Panels?" off given Panel deprecation, and #14213 complete

@max-sixty
Copy link
Contributor

This is also fixed (although I think never had an issue): #12871 (comment)

@winklerand
Copy link
Contributor

those are closed as well:
#12884 Return PeriodIndex if possible
#13083 ohlc resampling
#13224 with NaT

@TomAugspurger TomAugspurger removed the Master Tracker High level tracker for similar issues label Jul 6, 2018
@TomAugspurger TomAugspurger removed this from the High Level Issue Tracking milestone Jul 6, 2018
@mroeschke
Copy link
Member

Looks like there's only 2 related period-resample issues left in the list (the Timestamp.freq one seems unrelated). I think it's just tractable to manage as individual issues. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Period Period data type Resample resample method
Projects
None yet
Development

No branches or pull requests

5 participants