- Notifications
You must be signed in to change notification settings - Fork125
Google BigQuery connector for pandas
License
NotificationsYou must be signed in to change notification settings
googleapis/python-bigquery-pandas
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pandas-gbq is a package providing an interface to the Google BigQuery API from pandas.
$ pip install pandas-gbq
$ pip install git+https://github.com/googleapis/python-bigquery-pandas.git
importpandas_gbqresult_dataframe=pandas_gbq.read_gbq("SELECT column FROM dataset.table WHERE value = 'something'")
importpandas_gbqpandas_gbq.to_gbq(dataframe,"dataset.table")
See thepandas-gbq documentation for more details.
About
Google BigQuery connector for pandas
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.