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

Add reshape: gather (melt) and spread (dcast) #16

Open
skanskan opened this issue Dec 11, 2019 · 1 comment
Open

Add reshape: gather (melt) and spread (dcast) #16

skanskan opened this issue Dec 11, 2019 · 1 comment

Comments

@skanskan
Copy link

Could you please add functions to reshape the data from wide to long format and vice versa, please?
It's called reshape, gather, melt, spread, dcast...

If done with dplyr or data.table it crashes with large datasets.

@edwindj
Copy link
Owner

edwindj commented Dec 12, 2019

Hi, thanks for the suggestion! I will look into it, but it depends on how the data is shaped.
In particular for spread/dcast the problem is that the number of categories that will different columns may create an implementation problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants