File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Note: The canonical version of this documentation can always be found on the
2323 `BigQuery sandbox <https://cloud.google.com/bigquery/docs/sandbox >`__ to
2424 try the service for free.
2525
26- Also, consider using ` BigQuery DataFrames
27- <https://cloud.google.com/bigquery/docs/bigquery-dataframes-introduction > `__
26+ Also, consider using BigQuery DataFrames
27+ (` bit.ly/bigframes-intro <https://bit.ly/bigframes-intro >`__)
2828 to process large results with pandas compatible APIs with transparent SQL
2929 pushdown to BigQuery engine. This provides an opportunity to save on costs
3030 and improve performance.
Original file line number Diff line number Diff line change @@ -493,8 +493,7 @@ def _download_results(
493493 num_gib = num_bytes / pandas_gbq .constants .BYTES_IN_GIB
494494 warnings .warn (
495495 f"Recommendation: Your results are { num_gib :.1f} GiB. "
496- "Consider using BigQuery DataFrames "
497- "(https://cloud.google.com/bigquery/docs/bigquery-dataframes-introduction) "
496+ "Consider using BigQuery DataFrames (https://bit.ly/bigframes-intro)"
498497 "to process large results with pandas compatible APIs with transparent SQL "
499498 "pushdown to BigQuery engine. This provides an opportunity to save on costs "
500499 "and improve performance. "
You can’t perform that action at this time.
0 commit comments