Skip to content

Commit 894fe4b

Browse files
author
Paul Behrisch
committed
a
1 parent a7e412c commit 894fe4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ def array(self) -> ExtensionArray:
569569
['a', 'b', 'a']
570570
Categories (2, str): [a, b]
571571
"""
572+
raise AbstractMethodError(self)
572573

573574
def to_numpy(
574575
self,

0 commit comments

Comments
 (0)