Questions About User Functions Environment and Python Package Support

I’ve noticed that the default environment for user functions seems to be JavaScript, and most of the provided examples are written in JavaScript. Is there a particular reason for this? For example, does JavaScript offer better performance or compatibility for user functions compared to Python?

Additionally, I’ve observed that while some Python packages (like pandas) work without any issues, others (such as pytrends) do not seem to be supported. Is there an official list of supported Python packages for user functions?

1 Like