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

Class A

python/pyarrow/tests/test_feather.py:628–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626
627 # custom python objects
628 class A:
629 pass
630
631 df = pd.DataFrame({'a': [A(), A()]})
632 _assert_error_on_write(df, ValueError)

Callers 1

test_unsupportedFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_unsupportedFunction · 0.56