diff --git a/pandas/core/series.py b/pandas/core/series.py index 84b81e29cb8a8..1f43e330c186b 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -130,6 +130,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame): dtype : str, numpy.dtype, or ExtensionDtype, optional dtype for the output Series. If not specified, this will be inferred from `data`. + See the :ref:`user guide ` for more usages. copy : bool, default False Copy input data. """