We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580f608 commit 4e2151dCopy full SHA for 4e2151d
bigframes/dataframe.py
@@ -582,6 +582,7 @@ def __getitem__(
582
# Index of column labels can be treated the same as a sequence of column labels.
583
pandas.Index,
584
bigframes.series.Series,
585
+ slice,
586
],
587
): # No return type annotations (like pandas) as type cannot always be determined statically
588
# NOTE: This implements the operations described in
0 commit comments