We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a58cd commit d478473Copy full SHA for d478473
pandas/core/series.py
@@ -256,6 +256,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
256
Data type for the output Series. If not specified, this will be
257
inferred from `data`.
258
See the :ref:`user guide <basics.dtypes>` for more usages.
259
+ If `data` is Series then dtype keyword is ignored.
260
name : Hashable, default None
261
The name to give to the Series.
262
copy : bool, default False
0 commit comments