Skip to content

Commit 5d8d2fc

Browse files
committed
unicode
1 parent 2fd3d5d commit 5d8d2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ExtensionArray(StringMixin):
5555
by overriding:
5656
5757
* _formatter
58-
* __repr__
58+
* __unicode__
5959
6060
Some methods require casting the ExtensionArray to an ndarray of Python
6161
objects with ``self.astype(object)``, which may be expensive. When

0 commit comments

Comments
 (0)