modin.pandas.DatetimeIndex.date¶
- property DatetimeIndex.date: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L197-L199)¶
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