Skip to content

Commit 600e06a

Browse files
Remove pandas.core.resample.Resampler.fillna, pandas.core.groupby.SeriesGroupBy.describe, pandas.DataFrame.last, pandas.DataFrame.plot.hist from ci/code_checks.sh (#56829)
1 parent d5bd1f7 commit 600e06a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/code_checks.sh

-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
106106
pandas.DataFrame.to_sql \
107107
pandas.read_stata \
108108
pandas.core.resample.Resampler.pipe \
109-
pandas.core.resample.Resampler.fillna \
110109
pandas.core.resample.Resampler.interpolate \
111110
pandas.plotting.scatter_matrix \
112111
pandas.pivot \
@@ -132,7 +131,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
132131
pandas.core.groupby.DataFrameGroupBy.idxmax \
133132
pandas.core.groupby.DataFrameGroupBy.idxmin \
134133
pandas.core.groupby.DataFrameGroupBy.value_counts \
135-
pandas.core.groupby.SeriesGroupBy.describe \
136134
pandas.core.groupby.DataFrameGroupBy.boxplot \
137135
pandas.core.groupby.DataFrameGroupBy.hist \
138136
pandas.io.formats.style.Styler.map \
@@ -156,14 +154,12 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
156154
pandas.DataFrame.var \
157155
pandas.DataFrame.idxmax \
158156
pandas.DataFrame.idxmin \
159-
pandas.DataFrame.last \
160157
pandas.DataFrame.pivot \
161158
pandas.DataFrame.sort_values \
162159
pandas.DataFrame.tz_convert \
163160
pandas.DataFrame.tz_localize \
164161
pandas.DataFrame.plot.bar \
165162
pandas.DataFrame.plot.hexbin \
166-
pandas.DataFrame.plot.hist \
167163
pandas.DataFrame.plot.line \
168164
pandas.DataFrame.hist \
169165
RET=$(($RET + $?)) ; echo $MSG "DONE"

0 commit comments

Comments
 (0)