-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(bigquery):
to_dataframe
uses faster to_arrow
+ `to_panda…
…s` when `pyarrow` is available (#10027) * fix(bigquery): to_dataframe uses 2x faster to_arrow + to_pandas when pyarrow is available * fix: skip to_arrow tests when pyarrow is missing * test: update test to work around numpy array encoding of nested arrays * test: add test for tabledata.list with no rows * test: boost test coverage * chore: fix lint
- Loading branch information
Showing
3 changed files
with
286 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.