Skip to content

Commit fc9bf62

Browse files
committed
BUG: DataFrame Interchange Protocol errors on Boolean columns [skip-ci]
1 parent bac399c commit fc9bf62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/interchange/test_impl.py

+1
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ def test_nullable_integers_pyarrow() -> None:
443443
"uint64",
444444
),
445445
([1.0, 2.25, None], "Float32", "float32"),
446+
([True, False, None], "boolean", "bool"),
446447
],
447448
)
448449
def test_pandas_nullable_w_missing_values(

0 commit comments

Comments
 (0)