Skip to content

Commit

Permalink
added names, fastpath parameters explanation to pandas.Series (pandas…
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunjal29 authored and WillAyd committed Nov 8, 2019
1 parent 69c61c5 commit 62f6a42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
Data type for the output Series. If not specified, this will be
inferred from `data`.
See the :ref:`user guide <basics.dtypes>` for more usages.
name : str, optional
The name to give to the Series.
copy : bool, default False
Copy input data.
"""
Expand Down

0 comments on commit 62f6a42

Please sign in to comment.