BigQuery DataFrames (BigFrames)
Section Navigation
Integer number of levels in this MultiIndex
Examples:
>>>mi=bpd.MultiIndex.from_arrays([['a'],['b'],['c']])>>>miMultiIndex([('a', 'b', 'c')], )>>>mi.nlevels3
Number of levels.
int
MultiIndex.nlevels