Skip to content

Commit dcb542b

Browse files
DOC: fix RT03,SA01 for pandas.bdate_range (#58917)
1 parent cc18753 commit dcb542b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
343343
-i "pandas.arrays.NumpyExtensionArray SA01" \
344344
-i "pandas.arrays.SparseArray PR07,SA01" \
345345
-i "pandas.arrays.TimedeltaArray PR07,SA01" \
346-
-i "pandas.bdate_range RT03,SA01" \
347346
-i "pandas.core.groupby.DataFrameGroupBy.__iter__ RT03,SA01" \
348347
-i "pandas.core.groupby.DataFrameGroupBy.agg RT03" \
349348
-i "pandas.core.groupby.DataFrameGroupBy.aggregate RT03" \

pandas/core/indexes/datetimes.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,13 @@ def bdate_range(
10701070
Returns
10711071
-------
10721072
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.
10731080
10741081
Notes
10751082
-----

0 commit comments

Comments
 (0)