BigQuery DataFrames (BigFrames)
Section Navigation
Return the transpose, which is by definition self.
Examples:
>>>s=bpd.Series(['Ant','Bear','Cow'])>>>s0 Ant1 Bear2 Cowdtype: string
>>>s.T0 Ant1 Bear2 Cowdtype: string
For Index:
>>>idx=bpd.Index([1,2,3])>>>idx.TIndex([1, 2, 3], dtype='Int64')
Index
bigframes.pandas.Index
DatetimeIndex.T