We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3bf39 commit bdcb192Copy full SHA for bdcb192
ci/code_checks.sh
@@ -441,7 +441,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
441
-i "pandas.errors.UnsupportedFunctionCall SA01" \
442
-i "pandas.errors.ValueLabelTypeMismatch SA01" \
443
-i "pandas.infer_freq SA01" \
444
- -i "pandas.interval_range RT03" \
445
-i "pandas.io.formats.style.Styler.apply RT03" \
446
-i "pandas.io.formats.style.Styler.apply_index RT03" \
447
-i "pandas.io.formats.style.Styler.background_gradient RT03" \
pandas/core/indexes/interval.py
@@ -1138,6 +1138,7 @@ def interval_range(
1138
Returns
1139
-------
1140
IntervalIndex
1141
+ Object with a fixed frequency.
1142
1143
See Also
1144
--------
0 commit comments