Skip to content

Commit ab4879b

Browse files
committed
Adding explicit list of ExtensionArray methods to docstring.
1 parent acccdcc commit ab4879b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pandas/core/arrays/base.py

+24
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,30 @@ class ExtensionArray:
3939
4040
.. versionadded:: 0.23.0
4141
42+
Attributes
43+
----------
44+
dtype
45+
nbytes
46+
ndim
47+
shape
48+
49+
Methods
50+
-------
51+
argsort
52+
astype
53+
copy
54+
dropna
55+
factorize
56+
fillna
57+
isna
58+
ravel
59+
repeat
60+
searchsorted
61+
shift
62+
take
63+
unique
64+
_values_for_factorize
65+
4266
Notes
4367
-----
4468
The interface includes the following abstract methods that must be

0 commit comments

Comments
 (0)