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
The UFZ services GitLab and Mattermost will be unavailable on Monday, May 19 from 06:00 AM to 08:30 AM due to maintenance work.
The HIFIS GitLab Runner Service is temporarily degraded. The internal runner is not affected.
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.