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 d4831b6 commit 002848bCopy full SHA for 002848b
pandas/core/reshape/merge.py
@@ -703,8 +703,8 @@ def merge_asof(
703
on : label
704
Field name to join on. Must be found in both DataFrames.
705
The data MUST be in ascending order. Furthermore this must be
706
- a numeric column, such as datetimelike, integer, or float. 'on'
707
- or 'left_on' / 'right_on' must be given.
+ a numeric column, such as datetimelike, integer, or float. ``on``
+ or ``left_on`` / ``right_on`` must be given.
708
left_on : label
709
Field name to join on in left DataFrame. If specified, sort the left
710
DataFrame by this column in ascending order before merging.
0 commit comments