-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: pandas.Series(data=None, index=None, dtype=None, name=None, copy=False, fastpath=False) #41423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The parameter is documented. Although I agree it could be made clearer. Essentially since
|
I'd like to help make this clearer, by adding the above example and explanation to the copy documentation. |
take |
…41423). Update is on main Series documentation.
…v#41423). Original data unchanged when Series is a Copy, but original data is changed when Series is a View.
I tried making changes to the Series main section instead. |
…v#41423). After building documentation, found the code examples were not displayed correctly. Added newlines and rebuilt to fix.
…1423). Remove return, replace with has. Remove array, replace with list. Fix array spacing to match other Series examples. Replace long param info with only affects sentence, based off DataFrame documentation. Reword example explanation. Change numpy.array to 1d ndarray to match other documentation, like DataFrame.
Remove whitespace on blank lines and line break sentences to avoid style errors. Previous commit had 1 failing check.
…#41423). Remove whitespace on blank lines and line break sentences to avoid style errors. Previous commit had 1 failing check.
No proper information on "copy" is present under Documentation
The text was updated successfully, but these errors were encountered: