Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pandas samples #231

Closed
jimfulton opened this issue Jul 27, 2021 · 1 comment
Closed

Create pandas samples #231

jimfulton opened this issue Jul 27, 2021 · 1 comment
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. samples Issues that are directly related to samples. type: docs Improvement to the documentation for an API.

Comments

@jimfulton
Copy link
Contributor

Create samples showing:

  • Reading data into pandas using read_sql.
  • Reading data into geopandas.
@product-auto-label product-auto-label bot added api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. samples Issues that are directly related to samples. labels Jul 27, 2021
@jimfulton jimfulton self-assigned this Jul 27, 2021
@meredithslota meredithslota added the type: docs Improvement to the documentation for an API. label Jul 28, 2021
@jimfulton
Copy link
Contributor Author

While it's a fun fact that pandas read_sql works with BigQuery and that GeoPandas's read_postgis works too, I don't think we want to steer people that way for performance and scalability reasons. People should use to_dataset and soon to_geodataset instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. samples Issues that are directly related to samples. type: docs Improvement to the documentation for an API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants