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

Allow transposed dataframes as arguments #40

Open
longouyang opened this issue Jun 22, 2016 · 1 comment
Open

Allow transposed dataframes as arguments #40

longouyang opened this issue Jun 22, 2016 · 1 comment

Comments

@longouyang
Copy link
Member

The transpose of this:

[
  {a: 1, b: 2},
  {a: 3, b: 4},
  ...
]

is this:

{a: [1,3, ...],
 b: [2,4, ...]}
@longouyang
Copy link
Member Author

At a minimum, I probably want to use transposed dataframes internally for efficiency.

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

1 participant