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

refactor(bigquery): to_dataframe uses faster to_arrow + to_pandas when pyarrow is available #10027

Merged
merged 7 commits into from
Jan 15, 2020

Commits on Jan 10, 2020

  1. fix(bigquery): to_dataframe uses 2x faster to_arrow + to_pandas when …

    …pyarrow is available
    tswast committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    e07e326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05bb784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99aa5b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e35f78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de7af59 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. test: boost test coverage

    tswast committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    49f0d3c View commit details
    Browse the repository at this point in the history
  2. chore: fix lint

    tswast committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    5208f71 View commit details
    Browse the repository at this point in the history