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
I'm working with some excel files that are organized with row-based fields, rather than the normal column-based fields. The problem is that once the data is inserted into a DataFrame, it's surprisingly difficult to transpose a DataFrame given the type allocations etc.
I'm working with some excel files that are organized with row-based fields, rather than the normal column-based fields. The problem is that once the data is inserted into a DataFrame, it's surprisingly difficult to transpose a DataFrame given the type allocations etc.
Is there a way to transpose the
load()
function?i.e.
The text was updated successfully, but these errors were encountered: