Skip to content

BUG FIX: pandas.arrays.IntervalArray.overlaps() incorrectly documents that it accepts IntervalArray. #62009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
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
1 participant