jorisvandenbossche commented on PR #36464: URL: https://github.com/apache/arrow/pull/36464#issuecomment-1621167404
> It seems that there are still pandas related warnings. Could you check them? Yes, those are at the moment expected (I only fixed a subset). The warning about `observed=False` will be fixed by https://github.com/apache/arrow/pull/36465, the warning for `DataFrame.swapaxes` is not easily fixable (it comes from our usage of `np.array_split`), and the remaining "Mismatched null-like values" are a bit harder to fix. > (BTW, can we fix all warnings in near future...?) Yes, that's the goal. But it's a bit a moving target ... -- 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]
