added slice support for Flags
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.
Edited by Bert Palm
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.