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.26.0.tar.gz
(62.3 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.26.0.tar.gz.
File metadata
- Download URL: pandas_gbq-0.26.0.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e68cea81b55761e11bc154ec2ac8c9f55d8605bd51039f9af45069236e5aa401
|
|
| MD5 |
041a398eb5578a832ac71e2a2d8a01e7
|
|
| BLAKE2b-256 |
9d0b1a6afd1676d840991442915d1602eeb8dbc8307dded0d41d4ed610d92822
|
File details
Details for the file pandas_gbq-0.26.0-py2.py3-none-any.whl.
File metadata
- Download URL: pandas_gbq-0.26.0-py2.py3-none-any.whl
- Upload date:
- Size: 37.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
869e64a26099d9f936d15c5f1e64944e413826386d35bf60c62c527c28e56163
|
|
| MD5 |
ad5d8bf7c34088f14282961dcdd1a8ef
|
|
| BLAKE2b-256 |
12de347a6380a0932c3ca032c8449aebe47733e5a29efad23ba4e08ea7164c76
|