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

Function test_all_none

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

Source from the content-addressed store, hash-verified

432
433@pytest.mark.pandas
434def test_all_none(version):
435 df = pd.DataFrame({'all_none': [None] * 10})
436 if version == 1 and pa.pandas_compat._pandas_api.uses_string_dtype():
437 expected = df.astype("str")
438 else:
439 expected = df
440 _check_pandas_roundtrip(df, version=version, expected=expected)
441
442
443@pytest.mark.pandas

Callers

nothing calls this directly

Calls 1

_check_pandas_roundtripFunction · 0.70

Tested by

no test coverage detected