8000 Remove __array_interface__ · data-apis/dataframe-api@61d84f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61d84f3

Browse files
committed
Remove __array_interface__
1 parent b201c68 commit 61d84f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

protocol/dataframe_protocol.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ def __dlpack__(self):
6767
"""
6868
raise NotImplementedError("__dlpack__")
6969

70-
def __array_interface__(self):
71-
"""
72-
TBD: implement or not? Will work for all dtypes except bit masks.
73-
"""
74-
raise NotImplementedError("__array_interface__")
75-
7670

7771
class Column:
7872
"""

0 commit comments

Comments
 (0)
0