[ Web Proxy ]
URL:
Viewing: https://dataframes.bigquery.dev/reference/api/../api/bigframes.pandas.Index.name.html [Back]  [Original]

bigframes.pandas.Index.name — bigframes documentation
Back to top
Search the docs ...:

bigframes.pandas.Index.name#

property Index.name: Hashable#

Returns Index name.

Examples:

>>> idx = bpd.Index([1, 2, 3], name='x')
>>> idx
Index([1, 2, 3], dtype='Int64', name='x')
>>> idx.name
'x'
Returns:

Index or MultiIndex name

Return type:

blocks.Label


Web Proxy Viewer  |  New URL  |  Original Page