MCPcopy Create free account
hub / github.com/apache/arrow / test_boolean_object_nulls

Function test_boolean_object_nulls

python/pyarrow/tests/test_feather.py:369–375  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

367
368@pytest.mark.numpy
369def test_boolean_object_nulls(version):
370 repeats = 100
371 table = pa.Table.from_arrays(
372 [np.array([False, None, True] * repeats, dtype=object)],
373 names=["arr"]
374 )
375 _check_arrow_roundtrip(table)
376
377
378@pytest.mark.pandas

Callers

nothing calls this directly

Calls 2

_check_arrow_roundtripFunction · 0.85
arrayMethod · 0.45

Tested by

no test coverage detected