pypi pandas-gbq 0.24.0
v0.24.0

one day ago

0.24.0 (2024-10-14)

⚠ BREAKING CHANGES

  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814)
  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814)

Features

  • Adds the capability to include custom user agent string (#819) (d43457b)

Bug Fixes

  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814) (107bb40)
  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814) (107bb40)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814) (107bb40)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814) (107bb40)

Dependencies

  • Min pyarrow is now 4.0.0 to support compliant nested types (#814) (107bb40)

Don't miss a new pandas-gbq release

NewReleases is sending notifications on new releases.