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

Function test_feather_without_pandas

python/pyarrow/tests/test_feather.py:758–762  ·  view source on GitHub ↗
(tempdir, version)

Source from the content-addressed store, hash-verified

756
757
758def test_feather_without_pandas(tempdir, version):
759 # ARROW-8345
760 table = pa.table([pa.array([1, 2, 3])], names=['f0'])
761 path = str(tempdir / "data.feather")
762 _check_arrow_roundtrip(table, path)
763
764
765@pytest.mark.pandas

Callers

nothing calls this directly

Calls 2

_check_arrow_roundtripFunction · 0.85
arrayMethod · 0.45

Tested by

no test coverage detected