diff --git a/docs/source/user_guide/daft_in_depth/datatypes.rst b/docs/source/user_guide/daft_in_depth/datatypes.rst index 2889f42034..7d119f49bc 100644 --- a/docs/source/user_guide/daft_in_depth/datatypes.rst +++ b/docs/source/user_guide/daft_in_depth/datatypes.rst @@ -64,9 +64,7 @@ Temporal dtypes represent data that have to do with time. Examples: 1. :meth:`DataType.date() `: represents a Date (year, month and day) -2. :meth:`DataType.duration() `: [COMING SOON] represents the duration between two instances in time - -NOTE: Many temporal types are still a work-in-progress! +2. :meth:`DataType.timestamp() `: represents a Timestamp (particular instance in time) See also: