AlenkaF commented on code in PR #35248:
URL: https://github.com/apache/arrow/pull/35248#discussion_r1172443383


##########
python/pyarrow/table.pxi:
##########
@@ -467,7 +467,7 @@ cdef class ChunkedArray(_PandasConvertible):
         # pandas ExtensionDtype that implements conversion from pyarrow
         if hasattr(pandas_dtype, '__from_arrow__'):
             arr = pandas_dtype.__from_arrow__(self)
-            return pandas_api.series(arr)
+            return pandas_api.series(arr, name=self._name)

Review Comment:
   Will add a separate issue so @raulcd can get the first RC going 👍 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to