File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -315,8 +315,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
315
315
-i " pandas.Timestamp.ctime SA01" \
316
316
-i " pandas.Timestamp.date SA01" \
317
317
-i " pandas.Timestamp.day GL08" \
318
- -i " pandas.Timestamp.day_of_week SA01" \
319
- -i " pandas.Timestamp.dayofweek SA01" \
320
318
-i " pandas.Timestamp.dst SA01" \
321
319
-i " pandas.Timestamp.floor SA01" \
322
320
-i " pandas.Timestamp.fold GL08" \
Original file line number Diff line number Diff line change @@ -841,6 +841,12 @@ cdef class _Timestamp(ABCTimestamp):
841
841
-------
842
842
int
843
843
844
+ See Also
845
+ --------
846
+ Timestamp.isoweekday : Return the ISO day of the week represented by the date.
847
+ Timestamp.weekday : Return the day of the week represented by the date.
848
+ Timestamp.day_of_year : Return day of the year.
849
+
844
850
Examples
845
851
--------
846
852
>>> ts = pd.Timestamp(2020 , 3 , 14 )
You can’t perform that action at this time.
0 commit comments