Pandas Google BigQuery
|Build Status| |Version Status| |Coverage Status| |Black Formatted|
pandas-gbq is a package providing an interface to the Google BigQuery API from pandas
Install latest release version via conda ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: shell
$ conda install pandas-gbq --channel conda-forge
Install latest release version via pip ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: shell
$ pip install pandas-gbq
Install latest development version ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: shell
$ pip install git+https://github.com/pydata/pandas-gbq.git
See the
pandas-gbq documentation_ for more details.
.. |Build Status| image:: https://circleci.com/gh/pydata/pandas-gbq/tree/master.svg?style=svg :target: https://circleci.com/gh/pydata/pandas-gbq/tree/master .. |Version Status| image:: https://img.shields.io/pypi/v/pandas-gbq.svg :target: https://pypi.python.org/pypi/pandas-gbq/ .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/pydata/pandas-gbq.svg :target: https://codecov.io/gh/pydata/pandas-gbq/ .. |Black Formatted| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black