File tree 2 files changed +3
-4
lines changed
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
23
23
`BigQuery sandbox <https://cloud.google.com/bigquery/docs/sandbox >`__ to
24
24
try the service for free.
25
25
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 >`__)
28
28
to process large results with pandas compatible APIs with transparent SQL
29
29
pushdown to BigQuery engine. This provides an opportunity to save on costs
30
30
and improve performance.
Original file line number Diff line number Diff line change @@ -493,8 +493,7 @@ def _download_results(
493
493
num_gib = num_bytes / pandas_gbq .constants .BYTES_IN_GIB
494
494
warnings .warn (
495
495
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)"
498
497
"to process large results with pandas compatible APIs with transparent SQL "
499
498
"pushdown to BigQuery engine. This provides an opportunity to save on costs "
500
499
"and improve performance. "
You can’t perform that action at this time.
0 commit comments