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

Class A

python/pyarrow/tests/test_feather.py:621–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619
620 # custom python objects
621 class A:
622 pass
623
624 df = pd.DataFrame({'a': [A(), A()]})
625 _assert_error_on_write(df, ValueError)

Callers 1

test_unsupportedFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_unsupportedFunction · 0.56