Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently you can convert from a Pandas Series to an Arrow Array but you can then only convert this back to a Series again only by wrapping it into a Column structure. We should provide a method that can directly convert an array to a series.