As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

Installation

You can install pandas-gbq with conda, pip, or by installing from source.

Conda

$ conda install pandas-gbq --channel conda-forge

This installs pandas-gbq and all common dependencies, including pandas.

Pip

To install the latest version of pandas-gbq: from the

$ pip install pandas-gbq -U

This installs pandas-gbq and all common dependencies, including pandas.

Install from Source

$ pip install git+https://github.com/googleapis/python-bigquery-pandas.git

Dependencies

This module requires following additional dependencies:

Note

The dependency on google-cloud-bigquery is new in version 0.3.0 of pandas-gbq. Versions less than 0.3.0 required the following dependencies: