We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e414d5f commit d2a50f8Copy full SHA for d2a50f8
ci/code_checks.sh
@@ -100,7 +100,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
100
-i "pandas.DataFrame.var PR01,RT03,SA01" \
101
-i "pandas.DatetimeIndex.freqstr SA01" \
102
-i "pandas.DatetimeIndex.indexer_at_time PR01,RT03" \
103
- -i "pandas.DatetimeIndex.indexer_between_time RT03" \
104
-i "pandas.DatetimeIndex.snap PR01,RT03" \
105
-i "pandas.DatetimeIndex.std PR01,RT03" \
106
-i "pandas.DatetimeIndex.to_period RT03" \
pandas/core/indexes/datetimes.py
@@ -759,6 +759,7 @@ def indexer_between_time(
759
Returns
760
-------
761
np.ndarray[np.intp]
762
+ Index locations of values between particular times of day.
763
764
See Also
765
--------
0 commit comments