This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.7.0
1.7.0 (2024-05-20)
Features
read_gbq_querysupportsfilters(9386373)read_gbqsuggests a correct column name when one is not found (9386373)- Add
DefaultIndexKind.NULLto use asindex_colinread_gbq*, creating an indexless DataFrame/Series (#662) (29e4886) - Bigframes.bigquery.array_agg(SeriesGroupBy|DataFrameGroupby) (#663) (412f28b)
- To_datetime supports utc=False for string inputs (#579) (adf9889)
Bug Fixes
read_gbq_tablerespects primary keys even whenfiltersare set (#689) (9386373)- Fix type error in test_cluster (#698) (14d81c1)
- Improve escaping of literals and identifiers (#682) (da9b136)
- Properly identify non-unique index in tables without primary keys (#699) (6e0f4d8)
- Remove a usage of the
resourcepackage when not available, such as on Windows (#681) (96243f2) - The imported samples error and use peek() (#688) (1a0b744)
Performance Improvements
- Don't run query immediately from
read_gbq_tableiffiltersis set (9386373) - Use a
LIMITclause whenmax_resultsis set (9386373)