torcharrow icon indicating copy to clipboard operation
torcharrow copied to clipboard

`from_arrow` with `List` columns

Open myzha0 opened this issue 2 years ago • 0 comments
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

myzha0 avatar Dec 07 '22 06:12 myzha0