BigQuery DataFrames (BigFrames)
Section Navigation
Return a tuple representing the dimensionality of the DataFrame.
Examples:
>>>df=bpd.DataFrame({'col1':[1,2,3],...'col2':[4,5,6]})>>>df.shape(3, 2)
Tuple of array dimensions.
Tuple[int,int]
DataFrame.shape