You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2022. It is now read-only.
If I understand things correctly you want to unstack on several columns and join their values to form target column names - right? I think it is OK to make a PR/issue to DataFrames.jl with this change if you want this functionality. It is non-breaking so we could add it in 1.x release in the worst case.
(for my reference this was #8 on the initial list of features)
Example by Ian Goddarrd
@cbdavis suggests we could extend
unstack
from DataFrames(might move this issue there. cc @bkamins)
The text was updated successfully, but these errors were encountered: