torcharrow
torcharrow copied to clipboard
`from_arrow` with `List` columns
trafficstars
Summary:
Adds some basic functionality to allow Arrow tables/arrays with List[primitive_type] columns to be converted to a ta.Dataframe.
Implemented by converting the list column to a pylist and wrapping _from_pysequence. Not super efficient, but provides some functionality to unblock these columns.
Tests:
Modified previous test case that checked for unsupported type.
python -m unittest -v
----------------------------------------------------------------------
Ran 196 tests in 1.108s
OK