We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd3d5d commit 5d8d2fcCopy full SHA for 5d8d2fc
pandas/core/arrays/base.py
@@ -55,7 +55,7 @@ class ExtensionArray(StringMixin):
55
by overriding:
56
57
* _formatter
58
- * __repr__
+ * __unicode__
59
60
Some methods require casting the ExtensionArray to an ndarray of Python
61
objects with ``self.astype(object)``, which may be expensive. When
0 commit comments