Feature request
It would be really nice if we could generate NestedFrame with both "base" and "nested" columns from a single flat data-frame.
NestedFrame.from_flat(df, base_columns=["a", "b"])
It would be super-great if user could specify base_columns=None and we just guess which columns are base columns.
Before submitting
Please check the following: