gituser/test_manylinux/: pandas-gbq-0.13.1 metadata and description

Homepage Simple index

Pandas interface to Google BigQuery

author The PyData Development Team
author_email pydata@googlegroups.com
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Console
  • Intended Audience :: Science/Research
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Topic :: Scientific/Engineering
keywords data
license BSD License
provides_extras tqdm
requires_dist
  • setuptools
  • pandas (>=0.19.0)
  • pydata-google-auth
  • google-auth
  • google-auth-oauthlib
  • google-cloud-bigquery (>=1.11.1)
  • tqdm (>=4.23.0) ; extra == 'tqdm'
File Tox results History
pandas_gbq-0.13.1-py3-none-any.whl
Size
23 KB
Type
Python Wheel
Python
3

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

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

Install latest release version via pip

$ pip install pandas-gbq

Install latest development version

$ pip install git+https://github.com/pydata/pandas-gbq.git

Usage

See the pandas-gbq documentation for more details.