added slice support for Flags
All threads resolved!
All threads resolved!
Compare changes
+ 1
− 1
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
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.