Skip to content

Commit 752dede

Browse files
authored
Removed describe, loc and iloc methods from code_checks.sh (#56808)
removed pandas.DataFrame.describe,pandas.DataFrame.loc and pandas.DataFrame.iloc from code_checks.sh
1 parent f40475f commit 752dede

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/code_checks.sh

-3
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
151151
pandas.io.formats.style.Styler.background_gradient \
152152
pandas.io.formats.style.Styler.text_gradient \
153153
pandas.DataFrame.values \
154-
pandas.DataFrame.loc \
155-
pandas.DataFrame.iloc \
156154
pandas.DataFrame.groupby \
157-
pandas.DataFrame.describe \
158155
pandas.DataFrame.skew \
159156
pandas.DataFrame.var \
160157
pandas.DataFrame.idxmax \

0 commit comments

Comments
 (0)