We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b3edf commit 4f74798Copy full SHA for 4f74798
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
- next(result_df.to_pandas_batches(max_results=1500))
+ result_df.to_pandas()
0 commit comments