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 conda
$ conda install pandas-gbq --channel conda-forge
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.17.5.tar.gz
(48.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.17.5.tar.gz.
File metadata
- Download URL: pandas-gbq-0.17.5.tar.gz
- Upload date:
- Size: 48.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d80e0d7dcf9cf6ee75cb5a04873d61545b3f66738bdb24907875b309e33ad5c1
|
|
| MD5 |
4d2b45d9fb7dadb66f7544ffa9ff4bd6
|
|
| BLAKE2b-256 |
6df378e37de958811acd027afc84576164cef9e72bc1de8aa24e60ba0315a406
|
File details
Details for the file pandas_gbq-0.17.5-py2.py3-none-any.whl.
File metadata
- Download URL: pandas_gbq-0.17.5-py2.py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3db2e9bc528feb2b236f65bbeaa71c4828eef9a924fa106c883f9e8bad51eb5f
|
|
| MD5 |
b701b8ef664ee9dfa74d4d0975285a23
|
|
| BLAKE2b-256 |
5e5e5c610bb01df47bf4472e2cc7d8f979c813139c191bb7430439f4877e4fe8
|