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

Transposing sheet before entering into DataFrame #12

Open
IanButterworth opened this issue Aug 10, 2018 · 0 comments
Open

Transposing sheet before entering into DataFrame #12

IanButterworth opened this issue Aug 10, 2018 · 0 comments
Milestone

Comments

@IanButterworth
Copy link

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.

df = DataFrame(load("data.xlsx", "Sheet1",transpose=true))
@davidanthoff davidanthoff added this to the Backlog milestone Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants