You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computation deferred. Computation will process 28.9 kB
27
+
28
+
Users can also get a dry run of the job by accessing the query_job property before they've run the job. This will return a dry run instance of the job they can inspect.
29
+
>>> df.query_job.total_bytes_processed
30
+
28947
31
+
32
+
User can execute the job by calling .to_pandas()
33
+
>>> # df.to_pandas()
34
+
35
+
Reset option
36
+
>>> bpd.options.display.repr_mode = "head"
37
+
18
38
Attributes:
19
39
max_columns (int, default 20):
20
40
If `max_columns` is exceeded, switch to truncate view.
0 commit comments