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 a2315af commit bc6ad14Copy full SHA for bc6ad14
pandas/core/series.py
@@ -263,7 +263,6 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
263
Data type for the output Series. If not specified, this will be
264
inferred from `data`.
265
See the :ref:`user guide <basics.dtypes>` for more usages.
266
- If ``data`` is Series then is ignored.
267
name : Hashable, default None
268
The name to give to the Series.
269
copy : bool, default False
0 commit comments