Skip to content

Commit c181dcd

Browse files
rmunjal29Mateusz Górski
authored and
Mateusz Górski
committed
added names, fastpath parameters explanation to pandas.Series (pandas-dev#27964)
1 parent a115335 commit c181dcd

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)