- class sakkara.relation.group.Group(name: str, members: ndarray[Any, dtype[Any]])#
Class corresponding to a data frame column, with capabilities of handling relations to other groups.
- Parameters:
name – Name of the group, should be same as the column
members – The names of the unique column values, the members, ordered by their first appearance.
- add_child(child: Group) None#
Add a child relation to this group
- Parameters:
child – The child group