We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b22b12 commit b2cde72Copy full SHA for b2cde72
ci/code_checks.sh
@@ -325,8 +325,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
325
-i "pandas.Timestamp.day_of_year SA01" \
326
-i "pandas.Timestamp.dayofweek SA01" \
327
-i "pandas.Timestamp.dayofyear SA01" \
328
- -i "pandas.Timestamp.days_in_month SA01" \
329
- -i "pandas.Timestamp.daysinmonth SA01" \
330
-i "pandas.Timestamp.dst SA01" \
331
-i "pandas.Timestamp.floor SA01" \
332
-i "pandas.Timestamp.fold GL08" \
pandas/_libs/tslibs/timestamps.pyx
@@ -904,6 +904,11 @@ cdef class _Timestamp(ABCTimestamp):
904
-------
905
int
906
907
+ See Also
908
+ --------
909
+ Timestamp.month_name : Return the month name of the Timestamp with
910
+ specified locale.
911
+
912
Examples
913
--------
914
>>> ts = pd.Timestamp(2020, 3, 14)
0 commit comments