You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/code_checks.sh
+1-4
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
93
93
pandas.TimedeltaIndex.ceil\
94
94
pandas.PeriodIndex\
95
95
pandas.PeriodIndex.strftime\
96
-
pandas.Series.clip\
97
96
pandas.Series.rename_axis\
98
97
pandas.Series.dt.to_period\
99
98
pandas.Series.dt.tz_localize\
@@ -115,7 +114,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
115
114
pandas.Series.plot.barh\
116
115
pandas.Series.plot.line\
117
116
pandas.Series.plot.pie\
118
-
pandas.DataFrame.clip\
119
117
pandas.DataFrame.plot\
120
118
pandas.DataFrame.plot.bar\
121
119
pandas.DataFrame.plot.barh\
@@ -183,8 +181,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
183
181
pandas.core.groupby.DataFrameGroupBy.plot\
184
182
pandas.core.groupby.SeriesGroupBy.plot\
185
183
pandas.core.window.rolling.Rolling.quantile\
186
-
pandas.core.window.expanding.Expanding.quantile\
187
-
pandas.api.extensions.ExtensionArray.argsort # There should be no backslash in the final line, please keep this comment in the last ignored function
184
+
pandas.core.window.expanding.Expanding.quantile # There should be no backslash in the final line, please keep this comment in the last ignored function
0 commit comments