| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/../api/bigframes.pandas.Index.unique.html | [Back] [Original] |
Section Navigation
Returns unique values in the index.
Examples:
>>> idx = bpd.Index([1, 1, 2, 3, 3])
>>> idx.unique()
Index([1, 2, 3], dtype='Int64')
level (int or hashable, optional) Only return values from specified level (for MultiIndex). If int, gets the level by integer position, else by level name.
bigframes.pandas.Index
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 |