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

expose to_pandas_kwargs in read_parquet with pyarrow backend #59654

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

Commits on Aug 29, 2024

  1. expose to_pandas_kwargs in pyarrow engine

    Joseph Kleinhenz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c2bb2aa View commit details
    Browse the repository at this point in the history
  2. add test for roundtripping maps

    Joseph Kleinhenz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2a36913 View commit details
    Browse the repository at this point in the history
  3. make test pass by using maps_as_pydicts

    Joseph Kleinhenz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0d6cd16 View commit details
    Browse the repository at this point in the history
  4. remove unused type ignore

    Joseph Kleinhenz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    908614d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. skip test if pyarrow is too old

    Joseph Kleinhenz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    29675cd View commit details
    Browse the repository at this point in the history
  2. update whatsnew

    Joseph Kleinhenz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6d7accf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Apply suggestions from code review

    Co-authored-by: Xiao Yuan <[email protected]>
    kleinhenz and yuanx749 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    61dd637 View commit details
    Browse the repository at this point in the history