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