Skip to content

Commit 73b7c78

Browse files
author
Jacob Schaer
committed
Updated docs to reflect a pagination bug that was fixed. Closes: issue pandas-dev#6096
1 parent 488037b commit 73b7c78

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

doc/source/io.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3246,9 +3246,9 @@ To add more rows to this, simply:
32463246
To use this module, you will need a BigQuery account. See
32473247
<https://cloud.google.com/products/big-query> for details.
32483248

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

32533253
.. _io.stata:
32543254

pandas/io/gbq.py

-3
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ def _parse_data(client, job, index_col=None, col_order=None):
204204
pagination API. We are using the most flexible iteration method
205205
that we could find in the bq.py/bigquery_client.py API's, but
206206
these have undergone large amounts of change recently.
207-
208-
We have encountered bugs with this functionality, see:
209-
http://stackoverflow.com/questions/19145587/bq-py-not-paging-results
210207
"""
211208

212209
# dtype Map -

0 commit comments

Comments
 (0)