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 a86d953 commit 3173582Copy full SHA for 3173582
bigframes/dataframe.py
@@ -783,6 +783,8 @@ def __repr__(self) -> str:
783
784
opts = bigframes.options.display
785
max_results = opts.max_rows
786
+ # anywdiget mode uses the same display logic as the "deferred" mode
787
+ # for faster execution
788
if opts.repr_mode in ("deferred", "anywidget"):
789
return formatter.repr_query_job(self._compute_dry_run())
790
0 commit comments