Skip to content

Commit

Permalink
BUG: DataFrame Interchange Protocol errors on Boolean columns [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 7, 2024
1 parent bac399c commit fc9bf62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/interchange/test_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ def test_nullable_integers_pyarrow() -> None:
"uint64",
),
([1.0, 2.25, None], "Float32", "float32"),
([True, False, None], "boolean", "bool"),
],
)
def test_pandas_nullable_w_missing_values(
Expand Down

0 comments on commit fc9bf62

Please sign in to comment.