pypi pandas-gbq 0.12.0
Version 0.12.0

latest releases: 0.22.0, 0.21.0, 0.20.0...
4 years ago

New features

  • Add max_results argument to pandas_gbq.read_gbq(). Use this
    argument to limit the number of rows in the results DataFrame. Set
    max_results to 0 to ignore query outputs, such as for DML or DDL
    queries. (#102)
  • Add progress_bar_type argument to pandas_gbq.read_gbq(). Use
    this argument to display a progress bar when downloading data.
    (#182)

Dependency updates

  • Update the minimum version of google-cloud-bigquery to 1.11.1.
    (#296)

Documentation

  • Add code samples to introduction and refactor how-to guides. (#239)

Bug fixes

  • Fix resource leak with use_bqstorage_api by closing BigQuery Storage API client after use. (#294)

Release on PyPI

Don't miss a new pandas-gbq release

NewReleases is sending notifications on new releases.