File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-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.utcoffset SA01" \
321321 -i " pandas.Timestamp.utctimetuple SA01" \
322322 -i " pandas.Timestamp.value GL08" \
323- -i " pandas.Timestamp.week SA01" \
324323 -i " pandas.Timestamp.weekday SA01" \
325- -i " pandas.Timestamp.weekofyear SA01" \
326324 -i " pandas.Timestamp.year GL08" \
327325 -i " pandas.api.extensions.ExtensionArray._from_sequence_of_strings SA01" \
328326 -i " pandas.api.extensions.ExtensionArray._hash_pandas_object RT03,SA01" \
Original file line number Diff line number Diff line change @@ -902,6 +902,11 @@ cdef class _Timestamp(ABCTimestamp):
902902 -------
903903 int
904904
905+ See Also
906+ --------
907+ Timestamp.weekday : Return the day of the week.
908+ Timestamp.quarter : Return the quarter of the year.
909+
905910 Examples
906911 --------
907912 >>> ts = pd.Timestamp(2020 , 3 , 14 )
You can’t perform that action at this time.
0 commit comments