Skip to content

Commit

Permalink
DOC: Add hyperlink to ndarray.size in DataFrame.size docstring (#60368)…
Browse files Browse the repository at this point in the history
… (#60512)

* DOC: Add hyperlink to ndarray.size in DataFrame.size docstring (#60368)

* DOC: Update DataFrame.size docstring with numpy.ndarray.size reference

---------

Co-authored-by: John Paul Feliciano <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 659eecf commit 4454660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def size(self) -> int:
See Also
--------
ndarray.size : Number of elements in the array.
numpy.ndarray.size : Number of elements in the array.
Examples
--------
Expand Down

0 comments on commit 4454660

Please sign in to comment.