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 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.27.0.tar.gz
(63.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pandas_gbq-0.27.0.tar.gz.
File metadata
- Download URL: pandas_gbq-0.27.0.tar.gz
- Upload date:
- Size: 63.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c19b1d84bc43ba8c54e30b9fc7c120755b5b3cf6c0c0f46fdef09bc244f3222
|
|
| MD5 |
fade7cb3a55a28e5ad2a725ff9e93d49
|
|
| BLAKE2b-256 |
bb5602f90fd919007a3bc07a1407dc159383412b165cd4f98f85f318e063fcb1
|
File details
Details for the file pandas_gbq-0.27.0-py2.py3-none-any.whl.
File metadata
- Download URL: pandas_gbq-0.27.0-py2.py3-none-any.whl
- Upload date:
- Size: 37.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb1fbedbefc4a92c4f96aa3ba2b5d56fddf25e651b39cd5ae11fa2158db79bc1
|
|
| MD5 |
004789a9ecf1641c5f79d0b269b96945
|
|
| BLAKE2b-256 |
f3c20108d7c3c60ac20c5c0ecf60248f2b6c7e3ea038420dc44de322812472db
|