Skip to content

Commit 95fceac

Browse files
Added numpy project to ndarray shape and ndim to fix hyperlink
1 parent 8a286fa commit 95fceac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ def shape(self) -> tuple[int, int]:
10181018
10191019
See Also
10201020
--------
1021-
ndarray.shape : Tuple of array dimensions.
1021+
numpy.ndarray.shape : Tuple of array dimensions.
10221022
10231023
Examples
10241024
--------

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def ndim(self) -> int:
640640
641641
See Also
642642
--------
643-
ndarray.ndim : Number of array dimensions.
643+
numpy.ndarray.ndim : Number of array dimensions.
644644
645645
Examples
646646
--------

0 commit comments

Comments
 (0)