Detail: HLoc: Attribute
- HLoc.STATIC = True
>>> sf.HLoc[:, ['a', 'b']].STATIC True
- HLoc.key
>>> sf.HLoc[:, ['a', 'b']].key (slice(None, None, None), ['a', 'b'])
HLoc: Constructor | Attribute | Method | Dictionary-Like | Display
>>> sf.HLoc[:, ['a', 'b']].STATIC
True
>>> sf.HLoc[:, ['a', 'b']].key
(slice(None, None, None), ['a', 'b'])
HLoc: Constructor | Attribute | Method | Dictionary-Like | Display