We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f3f4e commit 43321faCopy full SHA for 43321fa
pandas/core/reshape/merge.py
@@ -320,10 +320,10 @@ def merge_asof(
320
direction: str = "backward",
321
) -> "DataFrame":
322
"""
323
- Perform an asof merge. This is similar to a left-join except that we
324
- match on nearest key rather than equal keys.
+ Perform an asof merge.
325
326
- Both DataFrames must be sorted by the key.
+ This is similar to a left-join except that we match on nearest
+ key rather than equal keys. Both DataFrames must be sorted by the key.
327
328
For each row in the left DataFrame:
329
0 commit comments