File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
143
143
144
144
MSG=' Partially validate docstrings (SA05)' ; echo $MSG
145
145
$BASE_DIR /scripts/validate_docstrings.py --format=actions --errors=SA05 --ignore_functions \
146
- pandas.DataFrame.agg\
147
- pandas.DataFrame.aggregate\
148
- pandas.DataFrame.boxplot\
149
146
pandas.PeriodIndex.asfreq\
150
147
pandas.arrays.ArrowStringArray\
151
148
pandas.arrays.StringArray\
Original file line number Diff line number Diff line change @@ -9752,11 +9752,11 @@ def _gotitem(
9752
9752
--------
9753
9753
DataFrame.apply : Perform any type of operations.
9754
9754
DataFrame.transform : Perform transformation type operations.
9755
- pandas. DataFrame.groupby : Perform operations over groups.
9756
- pandas. DataFrame.resample : Perform operations over resampled bins.
9757
- pandas. DataFrame.rolling : Perform operations over rolling window.
9758
- pandas. DataFrame.expanding : Perform operations over expanding window.
9759
- pandas. core.window.ewm.ExponentialMovingWindow : Perform operation over exponential
9755
+ DataFrame.groupby : Perform operations over groups.
9756
+ DataFrame.resample : Perform operations over resampled bins.
9757
+ DataFrame.rolling : Perform operations over rolling window.
9758
+ DataFrame.expanding : Perform operations over expanding window.
9759
+ core.window.ewm.ExponentialMovingWindow : Perform operation over exponential
9760
9760
weighted window.
9761
9761
"""
9762
9762
)
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ def hist_frame(
335
335
336
336
See Also
337
337
--------
338
- pandas. Series.plot.hist: Make a histogram.
338
+ Series.plot.hist: Make a histogram.
339
339
matplotlib.pyplot.boxplot : Matplotlib equivalent plot.
340
340
341
341
Notes
You can’t perform that action at this time.
0 commit comments