Releases: googleapis/python-bigquery-pandas
Releases · googleapis/python-bigquery-pandas
v0.19.2
0.19.2 (2023-05-10)
Bug Fixes
- Add exception context to GenericGBQExceptions (#629) (d17ae24)
Documentation
- Correct the documented dtypes for
read_gbq
(#598) (b45651d)
- Google Colab auth is used with pydata-google-auth 1.8.0+ (#631) (257aa62)
- Updates with a link to the canonical source of documentation (#620) (1dca732)
v0.19.1
0.19.1 (2023-01-25)
Documentation
- Updates the user instructions re OAuth (0c2b716)
v0.18.1
0.18.1 (2022-11-28)
Dependencies
- Remove upper bound for python and pyarrow (#592) (4d28684)
v0.18.0
0.18.0 (2022-11-19)
Features
- Map "if_exists" value to LoadJobConfig.WriteDisposition (#583) (7389cd2)
v0.17.9
0.17.9 (2022-09-27)
Bug Fixes
- Updates requirements.txt to fix failing tests due to missing req (#575) (1d797a3)
v0.17.7
0.17.7 (2022-07-11)
Bug Fixes
- allow
to_gbq
to run without bigquery.tables.create
permission. (#539) (3988306)
v0.17.6
0.17.6 (2022-06-03)
Documentation
- fix changelog header to consistent size (#529) (218e06a)