Skip to content

Conversation

@khemkaran10
Copy link
Contributor

in pandas.arrays.IntervalArray.overlaps, it does not support IntervalArray yet. so parameter other should be Interval in the docs.
Reference: https://pandas.pydata.org/docs/reference/api/pandas.arrays.IntervalArray.overlaps.html

@khemkaran10 khemkaran10 changed the title BUG FIX: pandas.arrays.IntervalArray.overlaps() incorrectly documents that it accepts another IntervalArray. BUG FIX: pandas.arrays.IntervalArray.overlaps() incorrectly documents that it accepts IntervalArray. Jul 31, 2025
@github-actions
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Aug 31, 2025
@jbrockmendel jbrockmendel merged commit c3a4ffc into pandas-dev:main Sep 7, 2025
43 checks passed
@jbrockmendel
Copy link
Member

thanks @khemkaran10

eicchen pushed a commit to eicchen/pandas that referenced this pull request Oct 18, 2025
… that it accepts IntervalArray. (pandas-dev#62009)

Co-authored-by: Khemkaran <sunny@Khemkaran-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: IntervalArray.overlaps() documents that it accepts another IntervalArray, but it is not implemented

2 participants