-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: join operation fails on overlapping IntervalIndex levels #45661
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
Labels
Bug
Regression
Functionality that used to work in a prior pandas version
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Milestone
Comments
PR underway 😅 |
johannes-mueller
added a commit
to boschresearch/pandas
that referenced
this issue
Jan 27, 2022
Replacing calls to `get_indexer()` with `get_indexer_for()` as `IntervalIndex`es can be unique and overlapping. Similar to pandas-dev#44588
johannes-mueller
added a commit
to boschresearch/pandas
that referenced
this issue
Jan 27, 2022
Replacing calls to `get_indexer()` with `get_indexer_for()` as `IntervalIndex`es can be unique and overlapping. Similar to pandas-dev#44588
4 tasks
johannes-mueller
added a commit
to boschresearch/pandas
that referenced
this issue
Jan 28, 2022
Replacing calls to `get_indexer()` with `get_indexer_for()` as `IntervalIndex`es can be unique and overlapping. Similar to pandas-dev#44588
johannes-mueller
added a commit
to boschresearch/pandas
that referenced
this issue
Jan 28, 2022
Replacing calls to `get_indexer()` with `get_indexer_for()` as `IntervalIndex`es can be unique and overlapping. Similar to pandas-dev#44588
johannes-mueller
added a commit
to boschresearch/pandas
that referenced
this issue
Jan 28, 2022
Replacing calls to `get_indexer()` with `get_indexer_for()` as `IntervalIndex`es can be unique and overlapping. Similar to pandas-dev#44588
meeseeksmachine
pushed a commit
to meeseeksmachine/pandas
that referenced
this issue
Jan 28, 2022
jreback
pushed a commit
that referenced
this issue
Jan 28, 2022
phofl
pushed a commit
that referenced
this issue
Jan 28, 2022
GH-45661) (#45682) Co-authored-by: Johannes Mueller <[email protected]>
simonjayhawkins
added a commit
to simonjayhawkins/pandas
that referenced
this issue
Feb 8, 2022
phofl
pushed a commit
to phofl/pandas
that referenced
this issue
Feb 14, 2022
yehoshuadimarsky
pushed a commit
to yehoshuadimarsky/pandas
that referenced
this issue
Jul 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Regression
Functionality that used to work in a prior pandas version
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Observed output:
The join operation fails, because the
get_indexer()
fails due to overlapping intervals. It is very similar to #44096. The difference is probably that in here it is not twoMultiIndex
s that we are trying to join.Expected Behavior
Expected output:
Installed Versions
pandas : 1.4.0
numpy : 1.19.5
pytz : 2021.1
dateutil : 2.8.2
pip : 21.2.4
setuptools : 58.0.4
Cython : 0.29.24
pytest : None
hypothesis : None
sphinx : 4.2.0
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 3.0.1
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
fsspec : None
gcsfs : None
matplotlib : 3.5.0
numba : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pyreadstat : None
pyxlsb : None
s3fs : None
scipy : 1.7.3
sqlalchemy : None
tables : None
tabulate : None
xarray : 0.20.1
xlrd : None
xlwt : None
zstandard : None
The text was updated successfully, but these errors were encountered: