We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d3913 commit 8860e00Copy full SHA for 8860e00
ci/code_checks.sh
@@ -72,9 +72,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
72
-i "pandas.Series.dt PR01" `# Accessors are implemented as classes, but we do not document the Parameters section` \
73
-i "pandas.Period.freq GL08" \
74
-i "pandas.Period.ordinal GL08" \
75
- -i "pandas.Timedelta.max PR02" \
76
- -i "pandas.Timedelta.min PR02" \
77
- -i "pandas.Timedelta.resolution PR02" \
78
-i "pandas.Timestamp.max PR02" \
79
-i "pandas.Timestamp.min PR02" \
80
-i "pandas.Timestamp.resolution PR02" \
0 commit comments