@@ -106,7 +106,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
106
106
pandas.DataFrame.to_sql \
107
107
pandas.read_stata \
108
108
pandas.core.resample.Resampler.pipe \
109
- pandas.core.resample.Resampler.fillna \
110
109
pandas.core.resample.Resampler.interpolate \
111
110
pandas.plotting.scatter_matrix \
112
111
pandas.pivot \
@@ -132,7 +131,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
132
131
pandas.core.groupby.DataFrameGroupBy.idxmax \
133
132
pandas.core.groupby.DataFrameGroupBy.idxmin \
134
133
pandas.core.groupby.DataFrameGroupBy.value_counts \
135
- pandas.core.groupby.SeriesGroupBy.describe \
136
134
pandas.core.groupby.DataFrameGroupBy.boxplot \
137
135
pandas.core.groupby.DataFrameGroupBy.hist \
138
136
pandas.io.formats.style.Styler.map \
@@ -156,14 +154,12 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
156
154
pandas.DataFrame.var \
157
155
pandas.DataFrame.idxmax \
158
156
pandas.DataFrame.idxmin \
159
- pandas.DataFrame.last \
160
157
pandas.DataFrame.pivot \
161
158
pandas.DataFrame.sort_values \
162
159
pandas.DataFrame.tz_convert \
163
160
pandas.DataFrame.tz_localize \
164
161
pandas.DataFrame.plot.bar \
165
162
pandas.DataFrame.plot.hexbin \
166
- pandas.DataFrame.plot.hist \
167
163
pandas.DataFrame.plot.line \
168
164
pandas.DataFrame.hist \
169
165
RET=$(( $RET + $? )) ; echo $MSG " DONE"
0 commit comments