There was an error while loading. Please reload this page.
1 parent 70bc919 commit 6c50572Copy full SHA for 6c50572
pandas/core/series.py
@@ -131,6 +131,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
131
dtype : str, numpy.dtype, or ExtensionDtype, optional
132
dtype for the output Series. If not specified, this will be
133
inferred from `data`.
134
+ See the :ref:`user guide <basics.dtypes>` for more usages.
135
copy : bool, default False
136
Copy input data.
137
"""
0 commit comments