We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f499d64 commit d2a6e42Copy full SHA for d2a6e42
ci/code_checks.sh
@@ -77,7 +77,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
77
-i "pandas.DataFrame.plot PR02,SA01" \
78
-i "pandas.Grouper PR02" \
79
-i "pandas.Index PR07" \
80
- -i "pandas.Interval PR02" \
81
-i "pandas.IntervalIndex.get_loc PR07,RT03,SA01" \
82
-i "pandas.IntervalIndex.is_non_overlapping_monotonic SA01" \
83
-i "pandas.IntervalIndex.left GL08" \
pandas/_libs/interval.pyx
@@ -291,7 +291,7 @@ cdef class Interval(IntervalMixin):
291
"""
292
Immutable object implementing an Interval, a bounded slice-like interval.
293
294
- Parameters
+ Attributes
295
----------
296
left : orderable scalar
297
Left bound for the interval.
0 commit comments