Skip to content

Commit 1aaaa9a

Browse files
committed
docstrings
1 parent 4f8c055 commit 1aaaa9a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pandas/core/arrays/_mixins.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ class NDArrayBackedExtensionArray(NDArrayBacked, ExtensionArray):
9898
This class is part of the public API, but may be adjusted in non-user-facing
9999
ways more aggressively than the regular API.
100100
101-
102101
Examples
103102
--------
104103
Please see the following:
@@ -485,11 +484,7 @@ def value_counts(self, dropna: bool = True) -> Series:
485484
486485
Returns
487486
-------
488-
counts : Series
489-
490-
See Also
491-
--------
492-
Series.value_counts
487+
Series
493488
"""
494489
if self.ndim != 1:
495490
raise NotImplementedError

0 commit comments

Comments
 (0)