Skip to content

Updated docs to reflect a pagination bug that was fixed. Closes: issue #6068 #6157

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

Merged
merged 1 commit into from
Jan 29, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3246,9 +3246,9 @@ To add more rows to this, simply:
To use this module, you will need a BigQuery account. See
<https://cloud.google.com/products/big-query> for details.

As of 10/10/13, there is a bug in Google's API preventing result sets
from being larger than 100,000 rows. A patch is scheduled for the week of
10/14/13.
As of 1/28/14, a known bug is present that could possibly cause data duplication in the resultant dataframe. A fix is imminent,
but any client changes will not make it into 0.13.1. See:
http://stackoverflow.com/questions/20984592/bigquery-results-not-including-page-token/21009144?noredirect=1#comment32090677_21009144

.. _io.stata:

Expand Down
3 changes: 0 additions & 3 deletions pandas/io/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ def _parse_data(client, job, index_col=None, col_order=None):
pagination API. We are using the most flexible iteration method
that we could find in the bq.py/bigquery_client.py API's, but
these have undergone large amounts of change recently.

We have encountered bugs with this functionality, see:
http://stackoverflow.com/questions/19145587/bq-py-not-paging-results
"""

# dtype Map -
Expand Down