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 proost committed Dec 19, 2019
1 parent 54859f8 commit 806fc38
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 806fc38

Please sign in to comment.