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

Function test_feather_without_pandas

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

Source from the content-addressed store, hash-verified

749
750
751def test_feather_without_pandas(tempdir, version):
752 # ARROW-8345
753 table = pa.table([pa.array([1, 2, 3])], names=['f0'])
754 path = str(tempdir / "data.feather")
755 _check_arrow_roundtrip(table, path)
756
757
758@pytest.mark.pandas

Callers

nothing calls this directly

Calls 2

_check_arrow_roundtripFunction · 0.85
arrayMethod · 0.45

Tested by

no test coverage detected