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.19.2.tar.gz
(48.4 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.19.2.tar.gz.
File metadata
- Download URL: pandas-gbq-0.19.2.tar.gz
- Upload date:
- Size: 48.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0f7fa84a2be0fe767e33a008ca7e4ad9a9e3ac67255fd0a41fc19b503138447
|
|
| MD5 |
843c4fc6aadc4997bd8672144c7a4d36
|
|
| BLAKE2b-256 |
3b73c8ed9d0c4a3177cf200ef72340b008426e5ed13e61c379a4490745f796d4
|
File details
Details for the file pandas_gbq-0.19.2-py2.py3-none-any.whl.
File metadata
- Download URL: pandas_gbq-0.19.2-py2.py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ef8da3e4088053a2bea069ed688992a44b52af67dadb97eee494b32a2147563
|
|
| MD5 |
3d2552e67fe7ecf3738aef99ccb4b040
|
|
| BLAKE2b-256 |
a50170c80c9009f299c44af1616d0723cf3cbf5ae41a6cb90d7aa043630b2456
|