We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a6662 commit 6757399Copy full SHA for 6757399
pandas/_libs/tslibs/offsets.pyx
@@ -1,3 +1,5 @@
1
+# cython: embedsignature=True
2
+
3
import re
4
import time
5
import warnings
@@ -1180,6 +1182,11 @@ cdef class Day(Tick):
1180
1182
"""
1181
1183
Offset ``n`` days.
1184
1185
+ Parameters
1186
+ ----------
1187
+ n : int
1188
+ Number of multiples of the frequency.
1189
1190
Attributes
1191
----------
1192
n : int, default 1
0 commit comments