We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a286fa commit 29d7e08Copy full SHA for 29d7e08
pandas/core/frame.py
@@ -1018,7 +1018,7 @@ def shape(self) -> tuple[int, int]:
1018
1019
See Also
1020
--------
1021
- ndarray.shape : Tuple of array dimensions.
+ numpy.ndarray.shape : Tuple of array dimensions.
1022
1023
Examples
1024
pandas/core/generic.py
@@ -640,7 +640,7 @@ def ndim(self) -> int:
640
641
642
643
- ndarray.ndim : Number of array dimensions.
+ numpy.ndarray.ndim : Number of array dimensions.
644
645
646
0 commit comments