We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3290518 commit 1723d70Copy full SHA for 1723d70
pandas/core/reshape/merge.py
@@ -938,7 +938,7 @@ class _MergeOperation:
938
"""
939
940
_merge_type = "merge"
941
- how: JoinHow | Literal["asof"]
+ how: JoinHow | Literal["left_anti", "right_anti", "asof"]
942
on: IndexLabel | None
943
# left_on/right_on may be None when passed, but in validate_specification
944
# get replaced with non-None.
0 commit comments