How does Vectorized Pandas UDF work?
Do Vectorized Pandas UDFs apply to batches of data sequentially or in parallel? And is there a way to set the batch size?
- 1220 Views
- 1 replies
- 1 kudos
Latest Reply
>How does Vectorized Pandas UDF work?Here is a video explaining the internals of Pandas UDFs (a.k.a. Vectorized UDFs) - https://youtu.be/UZl0pHG-2HA?t=123 . They use Apache Arrow, to exchange data directly between JVM and Python driver/executors wit...
- 1 kudos