Skip to content

added slice support for Flags

Bert Palm requested to merge slice_support_for_flags into develop

address #355 (closed)

implemented with __getitem__. Passing a slice, a list or pd.Index will create a new Flags object with only the selected columns.

test(s)-added✓

ChangeLog✓

Edited by Bert Palm

Merge request reports