You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up for #31817, we should enable the user to pass arguments to the to_pandas call when converting the result from pyarrow.Table to pandas.DataFrame. This would enable e.g. the user to directly construct ExtensionArray instances using the types_mapper argument.