Skip to content

BigQuery: Update pandas/bqstorage samples to latest library changes. - #2413

Merged
tswast merged 1 commit into
masterfrom
tswast-bqstorage-pandas
Sep 24, 2019
Merged

BigQuery: Update pandas/bqstorage samples to latest library changes.#2413
tswast merged 1 commit into
masterfrom
tswast-bqstorage-pandas

Conversation

@tswast

Copy link
Copy Markdown
Contributor
  • Show how to use BQ Storage API with pandas-gbq and magics.
  • Update tests to actually run BQ Storage API on smaller IRS 990 table.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 24, 2019
@tswasttswast changed the title Update pandas/bqstorage samples to latest library changes.BigQuery: Update pandas/bqstorage samples to latest library changes.Sep 24, 2019

@shollymanshollyman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor comment, feel free to ignore.

google-cloud-bigquery-storage==0.7.0
pandas==0.25.1
pandas-gbq==0.11.0
pyarrow==0.14.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pyarrow req still feels odd to me. Should we add a comment if there's an alternate option, or start expressing a harder dependency via one of the other libraries?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think at some point we'll make pyarrow a hard dependency in google-cloud-bigquery-storage (in fact, it already is in the conda package), but probably not until after filtering support is launched for the arrow wire format.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bigquerycla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tswast@shollyman@googlebot