Skip to content

Commit e63ed6e

Browse files
committed
Add ref to docstring of Series:dtype
1 parent 6b31abd commit e63ed6e

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
@@ -129,6 +129,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
129129
dtype : str, numpy.dtype, or ExtensionDtype, optional
130130
dtype for the output Series. If not specified, this will be
131131
inferred from `data`.
132+
See the :ref:`user guide <basics.dtypes>` for more usages.
132133
copy : bool, default False
133134
Copy input data.
134135
"""

0 commit comments

Comments
 (0)