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 0e1294e commit bdc9c1cCopy full SHA for bdc9c1c
ci/code_checks.sh
@@ -72,6 +72,7 @@ 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.erros.ChainedAssignmentError SA01" \
76
-i "pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
77
-i "pandas.api.extensions.ExtensionArray.value_counts EX01,RT03,SA01" \
78
-i "pandas.api.typing.DataFrameGroupBy.plot PR02" \
0 commit comments