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

Function test_empty_strings

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

Source from the content-addressed store, hash-verified

426
427@pytest.mark.pandas
428def test_empty_strings(version):
429 df = pd.DataFrame({'strings': [''] * 10})
430 _check_pandas_roundtrip(df, version=version)
431
432
433@pytest.mark.pandas

Callers

nothing calls this directly

Calls 1

_check_pandas_roundtripFunction · 0.70

Tested by

no test coverage detected