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

Function test_boolean_object_nulls

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

Source from the content-addressed store, hash-verified

360
361@pytest.mark.numpy
362def test_boolean_object_nulls(version):
363 repeats = 100
364 table = pa.Table.from_arrays(
365 [np.array([False, None, True] * repeats, dtype=object)],
366 names=["arr"]
367 )
368 _check_arrow_roundtrip(table)
369
370
371@pytest.mark.pandas

Callers

nothing calls this directly

Calls 2

_check_arrow_roundtripFunction · 0.85
arrayMethod · 0.45

Tested by

no test coverage detected