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.0.tar.gz
(46.8 kB
view hashes)
Built Distribution
Close
Hashes for pandas_gbq-0.17.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac9ded0a1c58f4027a1d66b7ad8e2ca235bcff1b0e5ac7be25d28287a3615e37 |
|
MD5 | 0b21f6d81bebb45dd0e6330942f374b1 |
|
BLAKE2b-256 | 2fe8273f4a1dfe21c9816c4a0ea882fea6ecd05ba036d5d49146441e646e25af |