add slice/selection functionality to flags
As wished in different discussions e.g. here a slice operation or another similiar kind of selection mechanism for flags would be nice..
abc_flags = flags.select(['a', 'b', 'c'])
some_flags = flags.select(flags.columns[:3])