File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ def ndim(self):
463
463
464
464
See Also
465
465
--------
466
- ndarray.ndim
466
+ ndarray.ndim : Number of array dimensions.
467
467
468
468
Examples
469
469
--------
@@ -487,7 +487,7 @@ def size(self):
487
487
488
488
See Also
489
489
--------
490
- ndarray.size
490
+ ndarray.size : Number of elements in the array.
491
491
492
492
Examples
493
493
--------
@@ -9420,7 +9420,11 @@ def _doc_parms(cls):
9420
9420
_any_see_also = """\
9421
9421
See Also
9422
9422
--------
9423
- pandas.DataFrame.all : Return whether all elements are True.
9423
+ numpy.any : Numpy version of this method.
9424
+ Series.any : Return whether any element is True.
9425
+ Series.all : Return whether all elements are True.
9426
+ DataFrame.any : Return whether any element is True over requested axis.
9427
+ DataFrame.all : Return whether all elements are True over requested axis.
9424
9428
"""
9425
9429
9426
9430
_any_desc = """\
You can’t perform that action at this time.
0 commit comments