Skip to content

Commit 7a7ec69

Browse files
johnpaulfeliciano98felicijomroeschke
authored andcommitted
DOC: Add hyperlink to ndarray.size in DataFrame.size docstring (pandas-dev#60368) (pandas-dev#60512)
* DOC: Add hyperlink to ndarray.size in DataFrame.size docstring (pandas-dev#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]>
1 parent 71b3058 commit 7a7ec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def size(self) -> int:
665665
666666
See Also
667667
--------
668-
ndarray.size : Number of elements in the array.
668+
numpy.ndarray.size : Number of elements in the array.
669669
670670
Examples
671671
--------

0 commit comments

Comments
 (0)