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
320
320
-i " pandas.Timestamp.date SA01" \
321
321
-i " pandas.Timestamp.day GL08" \
322
322
-i " pandas.Timestamp.day_of_week SA01" \
323
- -i " pandas.Timestamp.day_of_year SA01" \
324
323
-i " pandas.Timestamp.dayofweek SA01" \
325
- -i " pandas.Timestamp.dayofyear SA01" \
326
324
-i " pandas.Timestamp.dst SA01" \
327
325
-i " pandas.Timestamp.floor SA01" \
328
326
-i " pandas.Timestamp.fold GL08" \
Original file line number Diff line number Diff line change @@ -858,6 +858,10 @@ cdef class _Timestamp(ABCTimestamp):
858
858
-------
859
859
int
860
860
861
+ See Also
862
+ --------
863
+ Timestamp.day_of_week : Return day of the week.
864
+
861
865
Examples
862
866
--------
863
867
>>> ts = pd.Timestamp(2020 , 3 , 14 )
You can’t perform that action at this time.
0 commit comments