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 8cfaca6 commit c85d47fCopy full SHA for c85d47f
bigframes/bigquery/_operations/datetime.py
@@ -69,7 +69,7 @@ def unix_micros(input: series.Series) -> series.Series:
69
70
**Examples:**
71
72
- >>> import bigframes.pandas as bpd
+ >>> import bigframes.pandas as bpd
73
>>> import bigframes.bigquery as bbq
74
75
>>> s = bpd.Series([pd.Timestamp("1970-01-02", tz="UTC"), pd.Timestamp("1970-01-03", tz="UTC")])
0 commit comments