Skip to content

Commit c74df6a

Browse files
committed
fix doctest
1 parent 464934f commit c74df6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigframes/session/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@ def read_gbq_function(
20642064
note, row processor implies that the function has only one input
20652065
parameter.
20662066
2067+
>>> import pandas as pd
20672068
>>> @bpd.remote_function(cloud_function_service_account="default")
20682069
... def row_sum(s: pd.Series) -> float:
20692070
... return s['a'] + s['b'] + s['c']

0 commit comments

Comments
 (0)