File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
191
191
-i " pandas.tseries.offsets.Hour.is_on_offset GL08" \
192
192
-i " pandas.tseries.offsets.Hour.n GL08" \
193
193
-i " pandas.tseries.offsets.Hour.normalize GL08" \
194
- -i " pandas.tseries.offsets.LastWeekOfMonth SA01" \
195
194
-i " pandas.tseries.offsets.LastWeekOfMonth.is_on_offset GL08" \
196
195
-i " pandas.tseries.offsets.LastWeekOfMonth.n GL08" \
197
196
-i " pandas.tseries.offsets.LastWeekOfMonth.normalize GL08" \
Original file line number Diff line number Diff line change @@ -3710,6 +3710,15 @@ cdef class LastWeekOfMonth(WeekOfMonthMixin):
3710
3710
- 5 is Saturday
3711
3711
- 6 is Sunday.
3712
3712
3713
+ See Also
3714
+ --------
3715
+ tseries.offsets.WeekOfMonth :
3716
+ Date offset for a specific weekday in a month.
3717
+ tseries.offsets.MonthEnd :
3718
+ Date offset for the end of the month.
3719
+ tseries.offsets.BMonthEnd :
3720
+ Date offset for the last business day of the month.
3721
+
3713
3722
Examples
3714
3723
--------
3715
3724
>>> ts = pd.Timestamp(2022, 1, 1)
You can’t perform that action at this time.
0 commit comments