We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb634a commit 59e324fCopy full SHA for 59e324f
pandas/_libs/interval.pyx
@@ -209,6 +209,12 @@ cdef class IntervalMixin:
209
"""
210
Indicates if an interval is empty, meaning it contains no points.
211
212
+ An interval is considered empty if its `left` and `right` endpoints
213
+ are equal, and it is not closed on both sides. This means that the
214
+ interval does not include any real points. In the case of an
215
+ :class:`pandas.arrays.IntervalArray` or :class:`IntervalIndex`, the
216
+ property returns a boolean array indicating the emptiness of each interval.
217
+
218
Returns
219
-------
220
bool or ndarray
0 commit comments