diff --git a/doc/source/io.rst b/doc/source/io.rst index 4c3a97500e789..4f0c797581899 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -3246,9 +3246,9 @@ To add more rows to this, simply: To use this module, you will need a BigQuery account. See 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: diff --git a/pandas/io/gbq.py b/pandas/io/gbq.py index cacb849591bb9..ebf4f17ffb852 100644 --- a/pandas/io/gbq.py +++ b/pandas/io/gbq.py @@ -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 -