We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee645f0 commit 17389bfCopy full SHA for 17389bf
pandas/core/series.py
@@ -270,7 +270,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
270
because for other input (e.g. a list) a new array is created anyway.
271
By default, will copy if the input data is a numpy or pandas array.
272
For Series/Index input, a shallow copy of the data is made by default.
273
- Set to False to avoid copying array input, at your own risk (if you
+ Set to False to avoid copying array input at your own risk (if you
274
know the input data won't be modified elsewhere).
275
276
See Also
0 commit comments