Skip to content
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.25.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.26.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 12, 2024

  1. feat: to_gbq fails with TypeError if passing in a bigframes DataF…

    …rame object (#833)
    
    * feat: `to_gbq` fails with `TypeError` if passing in a bigframes DataFrame object
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    tswast and gcf-owl-bot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    5004d08 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. chore(python): update dependencies in .kokoro/docker/docs (#841)

    Source-Link: googleapis/synthtool@e808c98
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8e3e7e18255c22d1489258d0374c901c01f9c4fd77a12088670cd73d580aa737
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    5484a8c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. fix: to_gbq uses default_type for ambiguous array types and struc…

    …t field types (#838)
    
    * fix: `to_gbq` uses `default_type` for ambiguous array types and struct field types
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix arrow list(null) case too
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * lint
    
    * Update pandas_gbq/schema/pandas_to_bigquery.py
    
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    
    * Update pandas_gbq/schema/pandas_to_bigquery.py
    
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove redundant string check
    
    * Apply suggestions from code review
    
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    
    * add docstrings and a few more test cases
    
    * use python 3.10 for docs github action
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    3 people authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    cf1aadd View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.26.0 (#837)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    b32a9c9 View commit details
    Browse the repository at this point in the history
Loading