We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d08187 commit 52af030Copy full SHA for 52af030
pandas/core/series.py
@@ -424,9 +424,8 @@ class Series(pa.Array, generic.PandasObject):
424
sequence are used, the index will override the keys found in the
425
dict.
426
dtype : numpy.dtype or None
427
- If None, dtype will be inferred copy : boolean, default False Copy
428
- input data
429
- copy : boolean, default False
+ If None, dtype will be inferred
+ copy : boolean, default False, copyinput data
430
"""
431
_AXIS_NUMBERS = {
432
'index': 0
0 commit comments