File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -320,9 +320,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
320320 -i " pandas.Timestamp.date SA01" \
321321 -i " pandas.Timestamp.day GL08" \
322322 -i " pandas.Timestamp.day_of_week SA01" \
323- -i " pandas.Timestamp.day_of_year SA01" \
324323 -i " pandas.Timestamp.dayofweek SA01" \
325- -i " pandas.Timestamp.dayofyear SA01" \
326324 -i " pandas.Timestamp.dst SA01" \
327325 -i " pandas.Timestamp.floor SA01" \
328326 -i " pandas.Timestamp.fold GL08" \
Original file line number Diff line number Diff line change @@ -858,6 +858,10 @@ cdef class _Timestamp(ABCTimestamp):
858858 -------
859859 int
860860
861+ See Also
862+ --------
863+ Timestamp.day_of_week : Return day of the week.
864+
861865 Examples
862866 --------
863867 >>> ts = pd.Timestamp(2020 , 3 , 14 )
You can’t perform that action at this time.
0 commit comments