Does BigQuery supports UDFs in Python ?
Solved! Go to Solution.
In BigQuery, User-Defined Functions (UDFs) can be written in SQL or JavaScript, but not directly in Python. However, you can use Python to interact with BigQuery and execute a UDF written in JavaScript.