| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.pandas.Index.item.html | [Back] [Original] |
Section Navigation
Return the first element of the underlying data as a Python scalar.
Examples:
>>> s = bpd.Series([1], index=['a'])
>>> s.index.item()
'a'
The first element of Index.
scalar
ValueError If the data is not length = 1.
Copyright 2019, Google.
Created using Sphinx 8.1.3.
Built with the PyData Sphinx Theme 0.19.0.
| Web Proxy Viewer | New URL | Original Page |