-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
tswast
merged 9 commits into
googleapis:master
from
tswast:issue5204-bq-tabledata.list-to_arrow
Jul 10, 2019
Merged
Add to_arrow
to get a pyarrow.Table
from query results.
#8609
tswast
merged 9 commits into
googleapis:master
from
tswast:issue5204-bq-tabledata.list-to_arrow
Jul 10, 2019
Commits on Jul 3, 2019
-
Add
to_arrow
to get apyarrow.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.
Configuration menu - View commit details
-
Copy full SHA for 4dd9ee9 - Browse repository at this point
Copy the full SHA 4dd9ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e04be8e - Browse repository at this point
Copy the full SHA e04be8eView commit details
Commits on Jul 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f542db - Browse repository at this point
Copy the full SHA 3f542dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5fdda - Browse repository at this point
Copy the full SHA 3a5fddaView commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b9cb3ed - Browse repository at this point
Copy the full SHA b9cb3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a59793 - Browse repository at this point
Copy the full SHA 3a59793View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b96d5 - Browse repository at this point
Copy the full SHA f8b96d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2afe2 - Browse repository at this point
Copy the full SHA ec2afe2View commit details -
Revert "Bad wheels have been removed from PyPI."
This reverts commit f8b96d5.
Configuration menu - View commit details
-
Copy full SHA for 9ae3572 - Browse repository at this point
Copy the full SHA 9ae3572View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.