Google BigQuery connector for pandas
Project description
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/googleapis/python-bigquery-pandas.git
Usage
Perform a query
import pandas_gbq
result_dataframe = pandas_gbq.read_gbq("SELECT column FROM dataset.table WHERE value = 'something'")
Upload a dataframe
import pandas_gbq
pandas_gbq.to_gbq(dataframe, "dataset.table")
More samples
See the pandas-gbq documentation for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandas-gbq-0.17.6.tar.gz
(48.1 kB
view hashes)
Built Distribution
Close
Hashes for pandas_gbq-0.17.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 894fd1aa07588687009a99d7fcb700595a0d47f6374d170ef1d16b8b8cf63820 |
|
MD5 | eba7485f9fa077f1a2e7595ccfc4d1d2 |
|
BLAKE2b-256 | 285c2a17223b0f9fd2ad9f29e176ee4dd1352954200c7e26953eccc041bb2c54 |