Comment on Polars Cloud: The Distributed Cloud Architecture to Run Polars AnywhereparentComments−ritchie461yYes, you can run`pc.remote(my_udf, schema)`Where`def my_udf() -> DataFrame`We link the appropiate Python version at cluster startup.
Comments
Yes, you can run
`pc.remote(my_udf, schema)`
Where
`def my_udf() -> DataFrame`
We link the appropiate Python version at cluster startup.