pandas-gbq 0.23.2
0
Google BigQuery connector for pandas
Contents
Google BigQuery connector for pandas
Stars: 447, Watchers: 447, Forks: 121, Open Issues: 35The googleapis/python-bigquery-pandas
repo was created 7 years ago and the last code push was Yesterday.
The project is popular with 447 github stars!
How to Install pandas-gbq
You can install pandas-gbq using pip
pip install pandas-gbq
or add it to a project with poetry
poetry add pandas-gbq
Package Details
- Author
- pandas-gbq authors
- License
- BSD-3-Clause
- Homepage
- https://github.com/googleapis/python-bigquery-pandas
- PyPi:
- https://pypi.org/project/pandas-gbq/
- GitHub Repo:
- https://github.com/pydata/pandas-gbq
Classifiers
- Internet
- Scientific/Engineering
Related Packages
Errors
A list of common pandas-gbq errors.
Code Examples
Here are some pandas-gbq
code examples and snippets.
GitHub Issues
The pandas-gbq package has 35 open issues on GitHub
- Support for coercing to floats
- read_gbq query keyword argument changed from 0.16.2 to 0.17.0
- Specify default dataset when invoking read_gbq
- chore(deps): update all dependencies
- tests.system.test_gbq.TestToGBQIntegration: test_upload_data_tokyo_non_existing_dataset failed
- pyarrow.lib.ArrowTypeError: Expected bytes, got a 'dict' object
- append to table with DATETIME column with generated schema
- readthedocs out-of-date, also should redirect to new docs location
- use if_exists = 'append' but error table existing occured
- add session to noxfile that installs dependencies via conda
- Adding `if_exists="override" Mode
- 100% unit test coverage
- migration to googleapis org
- Improve InvalidSchema exception by adding specific fields that do not match
- Add type annotations to signatures