Skip to content

Version 0.12.0

Compare
Choose a tag to compare
@tswast tswast released this 25 Nov 22:22
9fb2464

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