File tree 2 files changed +5
-2
lines changed
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
320
320
-i " pandas.Timestamp.utcoffset SA01" \
321
321
-i " pandas.Timestamp.utctimetuple SA01" \
322
322
-i " pandas.Timestamp.value GL08" \
323
- -i " pandas.Timestamp.week SA01" \
324
323
-i " pandas.Timestamp.weekday SA01" \
325
- -i " pandas.Timestamp.weekofyear SA01" \
326
324
-i " pandas.Timestamp.year GL08" \
327
325
-i " pandas.api.extensions.ExtensionArray._from_sequence_of_strings SA01" \
328
326
-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):
902
902
-------
903
903
int
904
904
905
+ See Also
906
+ --------
907
+ Timestamp.weekday : Return the day of the week.
908
+ Timestamp.quarter : Return the quarter of the year.
909
+
905
910
Examples
906
911
--------
907
912
>>> ts = pd.Timestamp(2020 , 3 , 14 )
You can’t perform that action at this time.
0 commit comments