E4FA python-bigquery-pandas/docs/install.rst at main · googleapis/python-bigquery-pandas · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.38 KB

File metadata and controls

48 lines (30 loc) · 2.38 KB

Installation

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

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:

0