Skip to content
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: DataFrame.update doctests #56219

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

smij720
Copy link
Contributor

@smij720 smij720 commented Nov 28, 2023

I felt this original documentation was doing too much in this code block - the description doesn't match the second code example.

image

So I broke it out into these two separate examples:

image


I added this new example, which I would have found useful:

image

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

pandas/core/frame.py Outdated Show resolved Hide resolved
@mroeschke mroeschke added the Docs label Nov 28, 2023
@mroeschke mroeschke added this to the 2.2 milestone Nov 29, 2023
@mroeschke mroeschke merged commit c1c6db7 into pandas-dev:main Nov 29, 2023
42 checks passed
@mroeschke
Copy link
Member

A lot clearer here. Thanks @smij720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants