bigframes.pandas.DatetimeIndex.to_numpy#

DatetimeIndex.to_numpy(dtype=None,*,allow_large_results=None,**kwargs)ndarray#

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

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

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

  • **kwargs – Additional keywords passed through to theto_numpy methodof the underlying array (for extension arrays).

Returns:

numpy.ndarray