Skip to content

Commit 463550d

Browse files
committed
DOC: Update DataFrame.size docstring with numpy.ndarray.size reference
1 parent 18f54a1 commit 463550d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,7 @@ def size(self) -> int:
665665
666666
See Also
667667
--------
668-
ndarray.size : Number of elements in the array.
669-
(`ndarray.size <https://numpy.org/doc/stable/reference/generated/numpy.ndarray.size.html>`_)
668+
numpy.ndarray.size : Number of elements in the array.
670669
671670
Examples
672671
--------

0 commit comments

Comments
 (0)