Skip to content

Commit 6c50572

Browse files
thoojreback
authored andcommitted
Add ref to docstring of Series:dtype (#24421)
1 parent 70bc919 commit 6c50572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/series.py

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
131131
dtype : str, numpy.dtype, or ExtensionDtype, optional
132132
dtype for the output Series. If not specified, this will be
133133
inferred from `data`.
134+
See the :ref:`user guide <basics.dtypes>` for more usages.
134135
copy : bool, default False
135136
Copy input data.
136137
"""

0 commit comments

Comments
 (0)