Skip to content

Commit 1821241

Browse files
thooPingviinituutti
authored andcommitted
Add ref to docstring of Series:dtype (pandas-dev#24421)
1 parent 6961810 commit 1821241

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)