diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 9c41b82bbbc8e..b0719c053d940 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -509,6 +509,10 @@ 1 foo 8 2 bar 7 3 bar 8 + +Notes + ----- + Please reference the :ref:`User Guide ` for more information. """