File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,10 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7373 -i " pandas.Period.freq GL08" \
7474 -i " pandas.Period.ordinal GL08" \
7575 -i " pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
76- -i " pandas.errors.InvalidVersion GL08" \
7776 -i " pandas.api.extensions.ExtensionArray.value_counts EX01,RT03,SA01" \
7877 -i " pandas.api.typing.DataFrameGroupBy.plot PR02" \
7978 -i " pandas.api.typing.SeriesGroupBy.plot PR02" \
8079 -i " pandas.api.typing.Resampler.quantile PR01,PR07" \
81- -i " pandas.arrays.NumpyExtensionArray GL08" \
8280 -i " pandas.tseries.offsets.BDay PR02,SA01" \
8381 -i " pandas.tseries.offsets.BHalfYearBegin.is_on_offset GL08" \
8482 -i " pandas.tseries.offsets.BHalfYearBegin.n GL08" \
Original file line number Diff line number Diff line change 6666 from pandas .core .generic import NDFrame
6767
6868
69- set_module ("pandas" )
70-
71-
69+ @set_module ("pandas" )
7270class Grouper :
7371 """
7472 A Grouper allows the user to specify a groupby instruction for an object.
You can’t perform that action at this time.
0 commit comments