Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas_gbq/gbq_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,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://bit.ly/bigframes-intro)"
"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
Loading