unfold

ketos.data_handling.selection_table.unfold(table, sep=',')[source]

Unfolds rows containing multiple labels.

Args:
table: pandas DataFrame

Annotation table.

sep: str

Character used to separate multiple labels.

Returns:
: pandas DataFrame

Unfolded table