Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-39914: [pyarrow] Reorder to_pandas extension dtype mapping #44720

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Reorder to_pandas extension dtype mapping

    Addresses pandas-dev/pandas#53011
    
    `types_mapper` always had highest priority as it overrode what was set before. However, switching the logical ordering, it means that we don't need to call `_pandas_api.pandas_dtype(dtype)` when using the pyarrow backend. Resolving the issue of complex `dtype` with `list` or `struct`
    bretttully authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1e8d4b7 View commit details
    Browse the repository at this point in the history
  2. Added test

    bretttully authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cb87068 View commit details
    Browse the repository at this point in the history