AlenkaF commented on issue #37598: URL: https://github.com/apache/arrow/issues/37598#issuecomment-1853989287
@stinodego looking at two last items from the list: > - [ ] Make sure other libraries have also updated their from_dataframe implementation. See https://github.com/pandas-dev/pandas/issues/54781 for the pandas issue. > - [ ] Fix the data buffer dtypes. Do you think we could proceed and fix the data buffer dtypes in pyarrow and pandas implementation? Pandas already fixed the first item from the list ([Fix the from_dataframe implementation to use the column dtype rather than the data buffer dtype to interpret the buffers.](https://github.com/pandas-dev/pandas/pull/55227)), the fix on our side was included in 14.0.0 release. I would like to see the last item added to 15.0.0 in pyarrow if possible. -- 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]
