modin.pandas.DatetimeIndex.date¶
- property DatetimeIndex.date: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L432-L449)¶
Returns the date part of Timestamps without time and timezone information.
- Returns:
Returns an Index with the date part of Timestamps. Note this is different
from native pandas which returns a python array.
Examples