We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64c123 commit bff0ac0Copy full SHA for bff0ac0
pandas/tests/sparse/test_array.py
@@ -61,6 +61,7 @@ def test_constructor_object_dtype(self):
61
assert arr.dtype == np.object
62
assert arr.fill_value == 'A'
63
64
+ # GH 17574
65
data = [False, 0, 100.0, 0.0]
66
arr = SparseArray(data, dtype=np.object, fill_value=False)
67
0 commit comments