Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 00b89d6

Browse files
committed
restore bpd to datetimelike
1 parent 9906cc8 commit 00b89d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def normalize(self):
5050
5151
**Examples:**
5252
53+
>>> import bigframes.pandas as bpd
54+
5355
>>> s = bpd.Series(pd.date_range(
5456
... start='2014-08-01 10:00',
5557
... freq='h',

0 commit comments

Comments
 (0)