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 7165d63 commit 7c8a40aCopy full SHA for 7c8a40a
doc/source/user_guide/merging.rst
@@ -977,7 +977,7 @@ with optional filling of missing data with ``fill_method``.
977
978
:func:`merge_asof` is similar to an ordered left-join except that matches are on the
979
nearest key rather than equal keys. For each row in the ``left`` :class:`DataFrame`,
980
-the last row in the ``right`` :class:`DataFrame` are selected where the ``on`` key is less
+the last row in the ``right`` :class:`DataFrame` is selected where the ``on`` key is less
981
than the left's key. Both :class:`DataFrame` must be sorted by the key.
982
983
Optionally :func:`merge_asof` can perform a group-wise merge by matching the
0 commit comments