We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e657df commit 05ec0d7Copy full SHA for 05ec0d7
1 file changed
packages/bigframes/bigframes/bigquery/_operations/struct.py
@@ -45,7 +45,7 @@ def struct(value: dataframe.DataFrame) -> series.Series:
45
>>> bbq.struct(df)
46
0 {'project': 'pandas', 'version': 1}
47
1 {'project': 'numpy', 'version': 2}
48
- dtype: struct[pyarrow]
+ dtype: struct<project: string, version: int64>[pyarrow]
49
50
Args:
51
value (bigframes.dataframe.DataFrame):
0 commit comments