aboderinsamuel commented on PR #50145: URL: https://github.com/apache/arrow/pull/50145#issuecomment-4668153734
cc @AlenkaF, in #49907 you noted that `to_pandas_dtype` may not belong on the canonical extension types, and linked the extension-array `to_pandas` fallback discussion in #33134. This PR takes the concrete route of returning `pd.ArrowDtype(self)`, since that's what lets `Table.to_pandas(split_blocks=True)` build the extension block without further plumbing. But I'm happy to align with whatever direction you prefer, including pursuing the #33134 fallback instead, if you'd rather not expand the `to_pandas_dtype` surface on extension types. -- 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]
