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

Add to_arrow to get a pyarrow.Table from query results. #8609

Merged
merged 9 commits into from
Jul 10, 2019

Commits on Jul 3, 2019

  1. Add to_arrow to get a pyarrow.Table from query results.

    An Arrow `Table` supports a richer set of types than a pandas `DataFrame`,
    and is the basis of many data analysis systems. It can be used in
    conjunction with pandas through the `Table.to_pandas()` method or the
    pandas extension types provided by the `fletcher` package.
    tswast committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    4dd9ee9 View commit details
    Browse the repository at this point in the history
  2. _response is unused.

    tswast committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    e04be8e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Add unit tests for to_arrow.

    tswast committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    3f542db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a5fdda View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    b9cb3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a59793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b96d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec2afe2 View commit details
    Browse the repository at this point in the history
  5. Revert "Bad wheels have been removed from PyPI."

    This reverts commit f8b96d5.
    tswast committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    9ae3572 View commit details
    Browse the repository at this point in the history