We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc32d29 commit d9a02beCopy full SHA for d9a02be
ci/code_checks.sh
@@ -320,9 +320,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
320
-i "pandas.Timestamp.date SA01" \
321
-i "pandas.Timestamp.day GL08" \
322
-i "pandas.Timestamp.day_of_week SA01" \
323
- -i "pandas.Timestamp.day_of_year SA01" \
324
-i "pandas.Timestamp.dayofweek SA01" \
325
- -i "pandas.Timestamp.dayofyear SA01" \
326
-i "pandas.Timestamp.dst SA01" \
327
-i "pandas.Timestamp.floor SA01" \
328
-i "pandas.Timestamp.fold GL08" \
pandas/_libs/tslibs/timestamps.pyx
@@ -858,6 +858,10 @@ cdef class _Timestamp(ABCTimestamp):
858
-------
859
int
860
861
+ See Also
862
+ --------
863
+ Timestamp.day_of_week : Return day of the week.
864
+
865
Examples
866
--------
867
>>> ts = pd.Timestamp(2020, 3, 14)
0 commit comments