-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Improve .at indexer API docs #46734
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
DOC: Improve .at indexer API docs #46734
Conversation
this sounds fine |
2c8c355
to
4d153bb
Compare
4d153bb
to
a5044f6
Compare
Hello @FactorizeD! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2022-05-10 18:54:56 UTC |
3003c61
to
841f4f1
Compare
Failing check seems not related tot his PR. Can this be merged in the current state after the check issue is resolved, or should I do something more? |
pandas/core/indexing.py
Outdated
Notes | ||
----- | ||
See `Fast scalar value getting and setting | ||
<https://pandas.pydata.org/docs/dev/user_guide/indexing.html\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use :ref:`Fast scalar value getting and setting <indexing.basics.get_value>`
instead?
841f4f1
to
dc2e0ee
Compare
Thanks @FactorizeD (sorry for the delay). Failure was unrelated |
GH46722 Co-authored-by: Mateusz <[email protected]>
Not sure about the wording of the
ValueError
and whether it is worth adding the additional methods underSee Also
but the same doc is used for both DataFrame and Series so I thought that mentioning all the methods is good for the sake of completeness