Skip to content

NodeGroupBy

networkframe.NodeGroupBy(frame, source_groupby, target_groupby)

A class for grouping a NetworkFrame by a set of labels.

Groupby on nodes.

PARAMETER DESCRIPTION
frame

description

TYPE: _type_

source_groupby

description

TYPE: _type_

target_groupby

description

TYPE: _type_

has_source_groups property

Whether the frame has row groups.

has_target_groups property

Whether the frame has column groups.

source_groups property

Return the row groups.

target_groups property

Return the column groups.

__iter__()

Iterate over the groups.