Skip to content

Commit

Permalink
nits in datatype docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Jan 8, 2024
1 parent 4bf8b2b commit 23b9d4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/user_guide/daft_in_depth/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ Temporal dtypes represent data that have to do with time.
Examples:

1. :meth:`DataType.date() <daft.DataType.date>`: represents a Date (year, month and day)
2. :meth:`DataType.duration() <daft.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() <daft.DataType.timestamp>`: represents a Timestamp (particular instance in time)

See also:

Expand Down

0 comments on commit 23b9d4a

Please sign in to comment.