-
Notifications
You must be signed in to change notification settings - Fork 2
implement specifying number of column dimensions #14
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
Comments
a small dropdown or spinbox would do. After we implement drag and drop of dimensions for transpose (#13), we could have a \ between row dimensions and columns dimensions and one could add/remove column dimensions by dragging them to either side of the . |
I guess the spinbox is more appropriate for a number, and if we move filters to the headers (like I would like to), this will still work. I do not see how we could make the There still might be a way to implement this using drag-and-drop in the "header-filter" case, if we switch from:
to
we could drag a row dimension (eg "a") on the "c" row to move it to columns:
Or, we could switch to Pandas representation (ie column headers before row dimension names), which seems more readable in this case but which does not reflect the axis order easily (b, a, c in this case).
|
larray-project/larray#141
The text was updated successfully, but these errors were encountered: