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 676c8b0 commit a7f542cCopy full SHA for a7f542c
third_party/bigframes_vendored/pandas/core/arrays/datetimelike.py
@@ -53,6 +53,7 @@ def normalize(self):
53
54
>>> import pandas as pd
55
>>> import bigframes.pandas as bpd
56
+ >>> bpd.options.display.progress_bar = None
57
>>> s = bpd.Series(pd.date_range(
58
... start='2014-08-01 10:00',
59
... freq='h',
@@ -87,6 +88,7 @@ def floor(self, freq: str):
87
88
89
90
91
92
>>> rng = pd.date_range('1/1/2018 11:59:00', periods=3, freq='min')
93
>>> bpd.Series(rng).dt.floor("h")
94
0 2018-01-01 11:00:00
0 commit comments