Skip to content

Commit a7f542c

Browse files
committed
hide progress bar
1 parent 676c8b0 commit a7f542c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/bigframes_vendored/pandas/core/arrays/datetimelike.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def normalize(self):
5353
5454
>>> import pandas as pd
5555
>>> import bigframes.pandas as bpd
56+
>>> bpd.options.display.progress_bar = None
5657
>>> s = bpd.Series(pd.date_range(
5758
... start='2014-08-01 10:00',
5859
... freq='h',
@@ -87,6 +88,7 @@ def floor(self, freq: str):
8788
8889
>>> import pandas as pd
8990
>>> import bigframes.pandas as bpd
91+
>>> bpd.options.display.progress_bar = None
9092
>>> rng = pd.date_range('1/1/2018 11:59:00', periods=3, freq='min')
9193
>>> bpd.Series(rng).dt.floor("h")
9294
0 2018-01-01 11:00:00

0 commit comments

Comments
 (0)