File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
343
343
-i " pandas.arrays.NumpyExtensionArray SA01" \
344
344
-i " pandas.arrays.SparseArray PR07,SA01" \
345
345
-i " pandas.arrays.TimedeltaArray PR07,SA01" \
346
- -i " pandas.bdate_range RT03,SA01" \
347
346
-i " pandas.core.groupby.DataFrameGroupBy.__iter__ RT03,SA01" \
348
347
-i " pandas.core.groupby.DataFrameGroupBy.agg RT03" \
349
348
-i " pandas.core.groupby.DataFrameGroupBy.aggregate RT03" \
Original file line number Diff line number Diff line change @@ -1070,6 +1070,13 @@ def bdate_range(
1070
1070
Returns
1071
1071
-------
1072
1072
DatetimeIndex
1073
+ Fixed frequency DatetimeIndex.
1074
+
1075
+ See Also
1076
+ --------
1077
+ date_range : Return a fixed frequency DatetimeIndex.
1078
+ period_range : Return a fixed frequency PeriodIndex.
1079
+ timedelta_range : Return a fixed frequency TimedeltaIndex.
1073
1080
1074
1081
Notes
1075
1082
-----
You can’t perform that action at this time.
0 commit comments