-
Notifications
You must be signed in to change notification settings - Fork 368
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
Output format of reshape functions #645
Comments
Sorry I missed this @garborg. I'm fine with both of your suggested changes. |
We need to decide on this before 1.0 release |
@nalimilan - I would close it. These changes would be breaking and do not improve things significantly enough to justify it I think. |
Maybe let's just add columns to the end instead of the beginning? That's what the tidyverse (both reshape2 and tidyr) and Pandas do, and it shouldn't break a lot of code anyway since names are more common to use than positions. |
So we switch to: id, variable, value order? |
If yes I will implement this after #2140 is merged (because a lot of documentation will get updated) |
Yes that sounds like the common order. |
@tshort I got familiar with the reshape functions in #644, and had a couple questions about the output format:
variable
andvalue
-- are they just from before the uppercasing idiom took hold, or is it a reducing clashes / purposely stand out thing?The text was updated successfully, but these errors were encountered: