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 to
numpy.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 the
to_numpymethodof the underlying array (for extension arrays).
- Returns:
numpy.ndarray
On this page