Metadata-Version: 2.1
Name: pandas-gbq
Version: 0.13.2
Summary: Pandas interface to Google BigQuery
Home-page: https://github.com/pydata/pandas-gbq
Author: The PyData Development Team
Author-email: pydata@googlegroups.com
License: BSD License
Description: pandas-gbq
        ==========
        
        |Build Status| |Version Status| |Coverage Status| |Black Formatted|
        
        **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://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
Keywords: data
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.5
Provides-Extra: tqdm
