BigQuery DataFrames (BigFrames)
Section Navigation
Return a tuple of the shape of the underlying data.
Examples:
>>>idx=bpd.Index([1,2,3])>>>idxIndex([1, 2, 3], dtype='Int64')
>>>idx.shape(3,)
A Tuple of integers representing the shape.
Tuple[int]
DatetimeIndex.shape