-
Notifications
You must be signed in to change notification settings - Fork 125
Google BigQuery connector for pandas
License
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
import pandas_gbq
result_dataframe = pandas_gbq.read_gbq("SELECT column FROM dataset.table WHERE value = 'something'")
import pandas_gbq
pandas_gbq.to_gbq(dataframe, "dataset.table")
See the pandas-gbq documentation for more details.
About
Google BigQuery connector for pandas
Topics
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages 0
No packages published