We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I find this page very useful, https://dataframes.juliadata.org/stable/man/comparisons/#Comparison-with-the-R-package-data.table I do not see any mention of stack and unstack on the comparisons page currently.
I see there is another page which documents reshape operations, https://dataframes.juliadata.org/stable/man/reshaping_and_pivoting/
Would it be desirable to add entries/comparisons for reshape operations to https://dataframes.juliadata.org/stable/man/comparisons/#Comparison-with-the-R-package-data.table ? For example in R data.table we have melt (similar to stack) and dcast (similar to unstack).
melt
dcast
The text was updated successfully, but these errors were encountered:
Yes - as long as we can keep it relatively brief (but I think it is doable)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi! I find this page very useful, https://dataframes.juliadata.org/stable/man/comparisons/#Comparison-with-the-R-package-data.table
I do not see any mention of stack and unstack on the comparisons page currently.
I see there is another page which documents reshape operations, https://dataframes.juliadata.org/stable/man/reshaping_and_pivoting/
Would it be desirable to add entries/comparisons for reshape operations to https://dataframes.juliadata.org/stable/man/comparisons/#Comparison-with-the-R-package-data.table ? For example in R data.table we have
melt
(similar to stack) anddcast
(similar to unstack).The text was updated successfully, but these errors were encountered: