BigQuery DataFrames (BigFrames)
Section Navigation
Make new Index with passed list of labels deleted.
Examples:
>>>idx=bpd.Index(['a','b','c'])>>>idx.drop(['a'])Index(['b', 'c'], dtype='string')
labels (array-like orscalar)
Will be same type as self.
bigframes.pandas.Index
MultiIndex.drop()