Skip to content

Commit 18f54a1

Browse files
committed
DOC: Add hyperlink to ndarray.size in DataFrame.size docstring (#60368)
1 parent 8a286fa commit 18f54a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ def size(self) -> int:
666666
See Also
667667
--------
668668
ndarray.size : Number of elements in the array.
669+
(`ndarray.size <https://numpy.org/doc/stable/reference/generated/numpy.ndarray.size.html>`_)
669670
670671
Examples
671672
--------

0 commit comments

Comments
 (0)