Skip to content

Releases: googleapis/python-bigquery-pandas

v0.17.7

11 Jul 18:47
645b6d2
Compare
Choose a tag to compare

0.17.7 (2022-07-11)

Bug Fixes

  • allow to_gbq to run without bigquery.tables.create permission. (#539) (3988306)

v0.17.6

09 Jun 14:27
429520e
Compare
Choose a tag to compare

0.17.6 (2022-06-03)

Documentation

  • fix changelog header to consistent size (#529) (218e06a)

v0.17.5

19 May 12:36
1831774
Compare
Choose a tag to compare

0.17.5 (2022-05-09)

Bug Fixes

v0.17.4

14 Mar 18:26
ae6ad6b
Compare
Choose a tag to compare

0.17.4 (2022-03-14)

Bug Fixes

  • avoid deprecated "out-of-band" authentication flow (#500) (4758e3a)
  • correctly transform query job timeout configuration and exceptions (#492) (d8c3900)

v0.17.3

07 Mar 19:02
13010dd
Compare
Choose a tag to compare

0.17.3 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#493) (744a71c)
  • deps: require google-auth>=1.25.0 (744a71c)
  • deps: require proto-plus>=1.15.0 (744a71c)

v0.17.2

03 Mar 22:12
ee60b26
Compare
Choose a tag to compare

0.17.2 (2022-03-02)

Dependencies

v0.17.1

24 Feb 16:45
eb87059
Compare
Choose a tag to compare

0.17.1 (2022-02-24)

Bug Fixes

  • avoid TypeError when executing DML statements with read_gbq (#483) (e9f0e3f)

Documentation

  • document additional breaking change in 0.17.0 (#477) (a858c80)

v0.17.0

19 Jan 17:12
d453974
Compare
Choose a tag to compare

0.17.0 (2022-01-19)

⚠ BREAKING CHANGES

  • use nullable Int64 and boolean dtypes if available (#445)

Features

  • accepts a table ID, which downloads the table without a query (#443) (bf0e863)
  • use nullable Int64 and boolean dtypes if available (#445) (89078f8)

Bug Fixes

  • read_gbq supports extreme DATETIME values such as 0001-01-01 00:00:00 (#444) (d120f8f)
  • to_gbq allows strings for DATE and floats for NUMERIC with api_method="load_parquet" (#423) (2180836)
  • allow extreme DATE values such as datetime.date(1, 1, 1) in load_gbq (#442) (e13abaf)
  • avoid iteritems deprecation in pandas prerelease (#469) (7379cdc)
  • use data project for destination in to_gbq (#455) (891a00c)

Miscellaneous Chores

v0.16.0

08 Nov 18:50
6a1592b
Compare
Choose a tag to compare

Features

  • to_gbq uses Parquet by default, use api_method="load_csv" for old behavior (#413) (9a65383)
  • allow Python 3.10 (#417) (faba940)

Miscellaneous Chores

Documentation

Version 0.15.0

30 Mar 16:56
f11212f
Compare
Choose a tag to compare

Features

  • Load DataFrame with to_gbq to a table in a project different from
    the API client project. Specify the target table ID as
    project.dataset.table to use this feature. (#321, #347)
  • Allow billing project to be separate from destination table project
    in to_gbq. (#321)

Bug fixes

  • Avoid 403 error from to_gbq when table has policyTags. (#354)
  • Avoid client.dataset deprecation warnings. (#312)

Dependencies

  • Drop support for Python 3.5 and 3.6. (#337)
  • Drop support for google-cloud-bigquery==2.4.* due to query
    hanging bug. (#343)