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 9a493e9 commit 7e3afa3Copy full SHA for 7e3afa3
pandas/_libs/tslibs/offsets.pyx
@@ -2492,11 +2492,17 @@ cdef class Week(SingleConstructorOffset):
2492
"""
2493
Weekly offset.
2494
2495
+ This can increment the date object by given week or weekdays.
2496
+
2497
Parameters
2498
----------
2499
weekday : int or None, default None
2500
Always generate specific day of week. 0 for Monday and 6 for Sunday.
2501
2502
+ See Also
2503
+ --------
2504
+ pd.tseries.offsets.WeekOfMonth : Describes monthly dates like "the Tuesday of the 2nd week of each month".
2505
2506
Examples
2507
---------
2508
>>> date_format = "%Y-%m-%d"
0 commit comments