-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
api for timeseries interval pivoting #833
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
Comments
This is closely related to #736 |
The issue #1953 is related. |
any news/developments for this in the 0.9 / 1.0 release series? |
I am willing to contribute, but my array reshaping is very poor... Also, we need a transpose for df with time in both row and columns. |
How can we get more community people involved in this? IMHO, this is a feature where Excel is still stronger or more convenient to use than pandas. |
I think if you write a brief "Pandas Enhancement Proposal" describing a proposed API and what needs to be built, would be worth advertising on the mailing list to solicit help. I guess the trick is to identify someone who also needs this functionality |
Nice.Shall this go on the wiki or the issues list? |
Wiki |
Closing as won't fix |
For example, want easy to and from timeseries for following data.
One idea is something like
Or maybe API functions like:
And the reverse operation:
The text was updated successfully, but these errors were encountered: