-
Notifications
You must be signed in to change notification settings - Fork 72
Add a way to create hierarchical dataframes without variables #353
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
We add you @AndreiKingsley to be a watcher here, not the implementer |
I have two options in mind
Or
But biggest disadvantage, columnGroupOf must return List (which contradicts its name). I like second option more because it's simple. |
@koperagen what's problem with
|
Nice idea |
more consistent api:
|
fixed in #1144 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So this is supported
But if you want to create columnGroup, you'll have to completely rewrite your code:
The text was updated successfully, but these errors were encountered: