File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
189
189
-i " pandas.tseries.offsets.Hour.is_on_offset GL08" \
190
190
-i " pandas.tseries.offsets.Hour.n GL08" \
191
191
-i " pandas.tseries.offsets.Hour.normalize GL08" \
192
- -i " pandas.tseries.offsets.LastWeekOfMonth SA01" \
193
192
-i " pandas.tseries.offsets.LastWeekOfMonth.is_on_offset GL08" \
194
193
-i " pandas.tseries.offsets.LastWeekOfMonth.n GL08" \
195
194
-i " pandas.tseries.offsets.LastWeekOfMonth.normalize GL08" \
Original file line number Diff line number Diff line change @@ -3723,6 +3723,15 @@ cdef class LastWeekOfMonth(WeekOfMonthMixin):
3723
3723
- 5 is Saturday
3724
3724
- 6 is Sunday.
3725
3725
3726
+ See Also
3727
+ --------
3728
+ tseries.offsets.WeekOfMonth :
3729
+ Date offset for a specific weekday in a month.
3730
+ tseries.offsets.MonthEnd :
3731
+ Date offset for the end of the month.
3732
+ tseries.offsets.BMonthEnd :
3733
+ Date offset for the last business day of the month.
3734
+
3726
3735
Examples
3727
3736
--------
3728
3737
>>> ts = pd.Timestamp(2022, 1, 1)
You can’t perform that action at this time.
0 commit comments