Skip to content

Commit 5789f15

Browse files
Remove pandas.core.groupby.DataFrameGroupBy for describe, idxmax, idxmin, value_counts from ci/code_checks.sh (#56828)
1 parent 52cb549 commit 5789f15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
125125
pandas.core.groupby.SeriesGroupBy.transform \
126126
pandas.core.groupby.SeriesGroupBy.pipe \
127127
pandas.core.groupby.DataFrameGroupBy.pipe \
128-
pandas.core.groupby.DataFrameGroupBy.describe \
129-
pandas.core.groupby.DataFrameGroupBy.idxmax \
130-
pandas.core.groupby.DataFrameGroupBy.idxmin \
131-
pandas.core.groupby.DataFrameGroupBy.value_counts \
132128
pandas.core.groupby.DataFrameGroupBy.boxplot \
133129
pandas.core.groupby.DataFrameGroupBy.hist \
134130
pandas.io.formats.style.Styler.map \

0 commit comments

Comments
 (0)