Skip to content

Commit

Permalink
docs: use a short-link to BigQuery DataFrames (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed May 23, 2024
1 parent 9fe62ba commit 7cd4287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Note: The canonical version of this documentation can always be found on the
`BigQuery sandbox <https://cloud.google.com/bigquery/docs/sandbox>`__ to
try the service for free.

Also, consider using `BigQuery DataFrames
<https://cloud.google.com/bigquery/docs/bigquery-dataframes-introduction>`__
Also, consider using BigQuery DataFrames
(`bit.ly/bigframes-intro <https://bit.ly/bigframes-intro>`__)
to process large results with pandas compatible APIs with transparent SQL
pushdown to BigQuery engine. This provides an opportunity to save on costs
and improve performance.
Expand Down
3 changes: 1 addition & 2 deletions pandas_gbq/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,7 @@ def _download_results(
num_gib = num_bytes / pandas_gbq.constants.BYTES_IN_GIB
warnings.warn(
f"Recommendation: Your results are {num_gib:.1f} GiB. "
"Consider using BigQuery DataFrames "
"(https://cloud.google.com/bigquery/docs/bigquery-dataframes-introduction) "
"Consider using BigQuery DataFrames (https://bit.ly/bigframes-intro)"
"to process large results with pandas compatible APIs with transparent SQL "
"pushdown to BigQuery engine. This provides an opportunity to save on costs "
"and improve performance. "
Expand Down

0 comments on commit 7cd4287

Please sign in to comment.