GitHunt
PA

parthea/pandas-gbq

Pandas Google Big Query

pandas-gbq

|Build Status| |Version Status| |Coverage Status|

pandas-gbq is a package providing an interface to the Google BigQuery API from pandas

Installation

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


Usage
-----

See the `pandas-gbq documentation <https://pandas-gbq.readthedocs.io/>`_ for more details.

.. |Build Status| image:: https://travis-ci.org/pydata/pandas-gbq.svg?branch=master
   :target: https://travis-ci.org/pydata/pandas-gbq
.. |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/

Languages

Python99.3%Shell0.7%
BSD 3-Clause "New" or "Revised" License
Created April 7, 2017
Updated July 16, 2021