We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c260fc8 commit 6b1fe32Copy full SHA for 6b1fe32
third_party/bigframes_vendored/tpch/queries/q11.py
@@ -43,4 +43,4 @@ def q(project_id: str, dataset_id: str, session: bigframes.Session):
43
44
result_df = result_df.sort_values(by="VALUE", ascending=False)
45
46
- result_df.to_pandas()
+ next(result_df.to_pandas_batches(max_results=1500))
0 commit comments