We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3bfd0 commit a14012dCopy full SHA for a14012d
ibis/expr/types/temporal.py
@@ -55,6 +55,7 @@ def day_of_week(self) -> DayOfWeek:
55
--------
56
>>> import ibis
57
>>> import datetime as dt
58
+ >>> from ibis import _
59
>>> ibis.options.interactive = True
60
>>> t = ibis.memtable(
61
... {"date": [dt.datetime(2024, 4, x) for x in [14, 15, 16, 17, 18, 19, 20]]}, name="t"
0 commit comments