File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ def merge_asof(
717717 right_index : bool
718718 Use the index of the right DataFrame as the join key.
719719 by : column name or list of column names
720- Match on these columns before performing merge operation. It is not required
720+ Match on these columns before performing merge operation. It is not required
721721 to sort by these columns.
722722 left_by : column name
723723 Field names to match on in the left DataFrame.
@@ -745,7 +745,6 @@ def merge_asof(
745745 A DataFrame of the two merged objects, containing all rows from the
746746 left DataFrame and the nearest matches from the right DataFrame.
747747
748-
749748 See Also
750749 --------
751750 merge : Merge with a database-style join.
You can’t perform that action at this time.
0 commit comments