bigframes.pandas.Index.to_numpy#

Index.to_numpy(dtype=None, *, allow_large_results=None, **kwargs) ndarray[source]#

A NumPy ndarray representing the values in this Series or Index.

Parameters:
  • dtype – The dtype to pass to numpy.asarray().

  • allow_large_results (bool, default None) – If not None, overrides the global setting to allow or disallow large query results over the default size limit of 10 GB.

  • **kwargs – Additional keywords passed through to the to_numpy method of the underlying array (for extension arrays).

Returns:

numpy.ndarray