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 69c61c5 commit 62f6a42Copy full SHA for 62f6a42
pandas/core/series.py
@@ -166,6 +166,8 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
166
Data type for the output Series. If not specified, this will be
167
inferred from `data`.
168
See the :ref:`user guide <basics.dtypes>` for more usages.
169
+ name : str, optional
170
+ The name to give to the Series.
171
copy : bool, default False
172
Copy input data.
173
"""
0 commit comments