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

Function test_boolean_no_nulls

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

Source from the content-addressed store, hash-verified

325
326@pytest.mark.pandas
327def test_boolean_no_nulls(version):
328 num_values = 100
329
330 np.random.seed(0)
331
332 df = pd.DataFrame({'bools': np.random.randn(num_values) > 0})
333 _check_pandas_roundtrip(df, version=version)
334
335
336@pytest.mark.pandas

Callers

nothing calls this directly

Calls 1

_check_pandas_roundtripFunction · 0.70

Tested by

no test coverage detected