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 464934f commit c74df6aCopy full SHA for c74df6a
bigframes/session/__init__.py
@@ -2064,6 +2064,7 @@ def read_gbq_function(
2064
note, row processor implies that the function has only one input
2065
parameter.
2066
2067
+ >>> import pandas as pd
2068
>>> @bpd.remote_function(cloud_function_service_account="default")
2069
... def row_sum(s: pd.Series) -> float:
2070
... return s['a'] + s['b'] + s['c']
0 commit comments