Skip to content

Commit a20177b

Browse files
authored
Update base.py
1 parent 1c070f4 commit a20177b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -4638,6 +4638,7 @@ def join(
46384638
if self.is_monotonic_increasing and other.is_monotonic_increasing:
46394639
if not is_interval_dtype(self.dtype):
46404640
# otherwise we will fall through to _join_via_get_indexer
4641+
# GH#39133
46414642
# go through object dtype for ea till engine is supported properly
46424643
return self._join_monotonic(other, how=how)
46434644
else:

0 commit comments

Comments
 (0)