modin.pandas.DatetimeIndex.to_pydatetime¶
- DatetimeIndex.to_pydatetime() ndarray[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L372-L374)¶
Return a ndarray of
datetime.datetimeobjects.- Return type:
numpy.ndarray
Examples