Skip to content

Commit 05ec0d7

Browse files
committed
test(bigframes): update expected dtype in struct doctest
1 parent 2e657df commit 05ec0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/bigframes/bigframes/bigquery/_operations

packages/bigframes/bigframes/bigquery/_operations/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def struct(value: dataframe.DataFrame) -> series.Series:
4545
>>> bbq.struct(df)
4646
0 {'project': 'pandas', 'version': 1}
4747
1 {'project': 'numpy', 'version': 2}
48-
dtype: struct[pyarrow]
48+
dtype: struct<project: string, version: int64>[pyarrow]
4949
5050
Args:
5151
value (bigframes.dataframe.DataFrame):

0 commit comments

Comments
 (0)