You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
chore: _read_gbq_colab supports querying a pandas DataFrame (#1801)
* chore: `_read_gbq_colab` supports querying a pandas DataFrame
* make more unit test
* add session and dry_run arguments
* add dry_run to to_view
* initial pandas support with slow dry_run
* speed up dry run
* test with inline sql and load jobs
* Update bigframes/core/pyformat.py
* remove redundant test
* Update tests/unit/session/test_read_gbq_colab.py
* add dry run that works without a session
* fix unit test
* add unit tests for sessionless dry run
* avoid binding to a location too early
* dont try to set the default location unless its not a dry run
* dont try to run any assertion on the response type
* add support for small ints and floats
* don't cast from float16 in earlier versions of arrow
* rename _to_view to _to_placeholder_table
* deduplicate column names in dry run
* only allow lossless conversion if explicitly requested
0 commit comments