From b98600ced7a046bae2156c5f5cbf91907310c114 Mon Sep 17 00:00:00 2001 From: Shobhit Singh Date: Tue, 18 Jun 2024 23:56:10 +0000 Subject: [PATCH] docs: document dtype limitation on row processing `remote_function` --- bigframes/session/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bigframes/session/__init__.py b/bigframes/session/__init__.py index 4c5ce21153..e304666265 100644 --- a/bigframes/session/__init__.py +++ b/bigframes/session/__init__.py @@ -1532,7 +1532,9 @@ def remote_function( the code samples at: https://cloud.google.com/bigquery/docs/remote-functions#bigquery-dataframes. .. note:: - ``input_types=Series`` scenario is in preview. + ``input_types=Series`` scenario is in preview. It currently only + supports dataframe with column types ``Int64``/``Float64``/``boolean``/ + ``string``/``binary[pyarrow]``. .. note:: Please make sure following is setup before using this API: