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 61c891d commit 48e9d82Copy full SHA for 48e9d82
doc/source/user_guide/merging.rst
@@ -979,7 +979,7 @@ nearest key rather than equal keys. For each row in the ``left`` :class:`DataFra
979
the last row in the ``right`` :class:`DataFrame` are selected where the ``on`` key is less
980
than the left's key. Both :class:`DataFrame` must be sorted by the key.
981
982
-Optionally an :func:`merge_asof` can perform a group-wise merge by matching the
+Optionally :func:`merge_asof` can perform a group-wise merge by matching the
983
``by`` key in addition to the nearest match on the ``on`` key.
984
985
.. ipython:: python
0 commit comments