Skip to content

Commit 62f6a42

Browse files
rmunjal29WillAyd
authored andcommitted
added names, fastpath parameters explanation to pandas.Series (#27964)
1 parent 69c61c5 commit 62f6a42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/series.py

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
166166
Data type for the output Series. If not specified, this will be
167167
inferred from `data`.
168168
See the :ref:`user guide <basics.dtypes>` for more usages.
169+
name : str, optional
170+
The name to give to the Series.
169171
copy : bool, default False
170172
Copy input data.
171173
"""

0 commit comments

Comments
 (0)