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 13dcb0d commit f1d3154Copy full SHA for f1d3154
ci/code_checks.sh
@@ -73,7 +73,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
73
-i "pandas.Period.freq GL08" \
74
-i "pandas.Period.ordinal GL08" \
75
-i "pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
76
- -i "pandas.core.arrays.base.ExtensionArray.value_counts EX01,RT03,SA01" \
+ -i "pandas.api.extensions.ExtensionArray.value_counts EX01,RT03,SA01" \
77
-i "pandas.core.groupby.DataFrameGroupBy.plot PR02" \
78
-i "pandas.core.groupby.SeriesGroupBy.plot PR02" \
79
-i "pandas.core.resample.Resampler.quantile PR01,PR07" \
0 commit comments