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
How can I do this? to_wide raises error: #to_wide with missing values(DataFrameReshapingTest::to_wide): IndexError: element size differs (3 should be 4)
The text was updated successfully, but these errors were encountered:
Hello,
Can I reshape a long data frame to a wide data frame filling missing element with
nil
?When I have long data frame such as:
I want wide data frame as:
How can I do this?
to_wide
raises error:#to_wide with missing values(DataFrameReshapingTest::to_wide): IndexError: element size differs (3 should be 4)
The text was updated successfully, but these errors were encountered: