diff --git a/pandas/core/reshape/merge.py b/pandas/core/reshape/merge.py index f35b0ef197288..ae5e007c4d0fc 100644 --- a/pandas/core/reshape/merge.py +++ b/pandas/core/reshape/merge.py @@ -274,6 +274,7 @@ def merge( merge_ordered : Merge with optional filling/interpolation. merge_asof : Merge on nearest keys. DataFrame.join : Similar method using indices. + :ref:`merging` : User Guide on merging, joining, concantenating, and comparing. Examples --------