Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery-pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: googleapis/python-bigquery-pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 6 contributors

Commits on Dec 30, 2025

  1. feat: add dry run to the read_gbq function (#979)

    This change allows the user to run a [dry run
    query](https://docs.cloud.google.com/bigquery/docs/samples/bigquery-query-dry-run?hl=en)
    using the `read_gbq` function. Instead of returning a `pd.DataFrame`,
    the behavior is changed and the amount of data processed (in GB) is
    returned.
    
    ---------
    
    Co-authored-by: Shenyang Cai <[email protected]>
    Co-authored-by: Shuowei Li <[email protected]>
    Co-authored-by: Shenyang Cai <[email protected]>
    4 people authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    516f986 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. chore: librarian release pull request: 20260105T185010Z (#1010)

    PR created by the Librarian CLI to initialize a release. Merging this PR
    will auto trigger a release.
    
    Librarian Version: v0.7.0
    Language Image:
    us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
    <details><summary>pandas-gbq: 0.33.0</summary>
    
    ##
    [0.33.0](v0.32.0...v0.33.0)
    (2026-01-05)
    
    ### Features
    
    * add dry run to the read_gbq function (#979)
    ([516f986](516f986f))
    
    </details>
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    tswast and gemini-code-assist[bot] authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    d59db79 View commit details
    Browse the repository at this point in the history
Loading