We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1b25b commit 6e2d67dCopy full SHA for 6e2d67d
ci/code_checks.sh
@@ -74,6 +74,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
74
-i "pandas.Series.dt PR01" `# Accessors are implemented as classes, but we do not document the Parameters section` \
75
-i "pandas.Period.freq GL08" \
76
-i "pandas.Period.ordinal GL08" \
77
+ -i "pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
78
-i "pandas.core.groupby.DataFrameGroupBy.plot PR02" \
79
-i "pandas.core.groupby.SeriesGroupBy.plot PR02" \
80
-i "pandas.core.resample.Resampler.quantile PR01,PR07" \
0 commit comments