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.31.0.tar.gz
(73.1 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.31.0.tar.gz.
File metadata
- Download URL: pandas_gbq-0.31.0.tar.gz
- Upload date:
- Size: 73.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a999cfb06c83efa54d36731dda5748d83daef1445cb23ec03d137d23af7fd5c
|
|
| MD5 |
d3acdadfd6da56042d0ec4aed4d91c07
|
|
| BLAKE2b-256 |
478768b37900118cf3136c1c6d29f6678f7134cb98af3b4a41196e3251f4ee41
|
File details
Details for the file pandas_gbq-0.31.0-py3-none-any.whl.
File metadata
- Download URL: pandas_gbq-0.31.0-py3-none-any.whl
- Upload date:
- Size: 46.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb7aa43bba052631aed66d4464820657aa037b203e9ee1a413437171ab9ab867
|
|
| MD5 |
958ef7bbd45f5f0c7a757fc4cb727111
|
|
| BLAKE2b-256 |
98e71848a3e6d017fc3d4ba0e8f61c87235a7558ddf557febc7e03eef386bfad
|