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.28.0.tar.gz
(64.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.28.0.tar.gz.
File metadata
- Download URL: pandas_gbq-0.28.0.tar.gz
- Upload date:
- Size: 64.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daa4ffb80c1c262185059adb4551ac0cc52013ca3b7ab72c11cec1011f242ae5
|
|
| MD5 |
f28b8db2c0477615d68901e4fdb5fde9
|
|
| BLAKE2b-256 |
cf01772caa64d1987f6b0eca64c643ac14f8899402dec70e9b08ae15ba410096
|
File details
Details for the file pandas_gbq-0.28.0-py2.py3-none-any.whl.
File metadata
- Download URL: pandas_gbq-0.28.0-py2.py3-none-any.whl
- Upload date:
- Size: 37.9 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 |
6be441dff24cde87ebf1e61ee66a3a7c51c4894aa1db0f9983a2c927f57caad3
|
|
| MD5 |
ceb953b462a4ffa26913f8523f6c6a71
|
|
| BLAKE2b-256 |
1372eba5962318d580defd234cc759e710ba588c6e6c1a1bc4d633939111827e
|