-
Notifications
You must be signed in to change notification settings - Fork 370
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
DataFrame pivot/melt-cast/etc. #29
Comments
we've got stack/unstack. Someone should sit down and try to figure out if that's good enough or if we need additional functionality. |
I'm sure you guys are aware of the [reshape] and [reshape2]. Also worth considering is the find/sparse functions in Matlab that kind of do similar things and are a really classic design. |
I find that the |
The existing That was the easy part. |
It would be really nice to use |
Yes it is. That's what the new |
Ah. Much better! This is looking really promising. |
More changes here. I added a simplistic |
Also, I changed to argument order for |
I'm closing as we've got most basics between |
Functionality to take a DF in wide form and make it long, and vice-versa
The text was updated successfully, but these errors were encountered: