-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: add examples to insert and update generally #37690
Conversation
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.
Thanks @erictleung for the PR!
Small comments, LGTM otherwise
@arw2019 changes made. Thanks for the feedback! |
Sorry this PR has been unaddressed for a while. LGTM but could you merge master one more time? |
This commit mainly adds examples on usage. This commit also fills in information suggested by `validate_docstrings.py` script.
e4bfb0c
to
4ec6e21
Compare
@mroeschke thanks for taking a look at this! I rebased my branch onto the most recent commits on |
Thanks @erictleung |
This commit mainly adds examples on usage. This commit also fills in
information suggested by
validate_docstrings.py
script.Ran
to check docs and added in suggested information (e.g., See Also section).
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff