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.29.0.tar.gz
(65.9 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.29.0.tar.gz.
File metadata
- Download URL: pandas_gbq-0.29.0.tar.gz
- Upload date:
- Size: 65.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbe3f5251cab8e91c935d13acad9d53beb01384d89db9212b0f7763be659d1e4
|
|
| MD5 |
f6a66142f105b8aa7d8bdeacaaf8a0ce
|
|
| BLAKE2b-256 |
77b75a793237322e7d65a893e1d1351ce665de295a7c3ec834b0f224df2c8421
|
File details
Details for the file pandas_gbq-0.29.0-py3-none-any.whl.
File metadata
- Download URL: pandas_gbq-0.29.0-py3-none-any.whl
- Upload date:
- Size: 41.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0da0cd736485b8ae18af94c217610ba77ac861c2a294f3ae763e65b5a985d225
|
|
| MD5 |
6eef3eb70e16edd992a14b2bf2dee799
|
|
| BLAKE2b-256 |
0085b8248382b50bb113b0297ceb77b54ce276750a80737d7f46e29138c0b9eb
|