Skip to content

Commit 951faee

Browse files
rmunjal29proost
authored andcommitted
added names, fastpath parameters explanation to pandas.Series (pandas-dev#27964)
1 parent 6aa3918 commit 951faee

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)