Pandas API on Spark, Does it run on a multi-node cluster?

Mado
Valued Contributor II

Hi,

I have a few questions about "Pandas API on Spark". Thanks for your time to read my questions

1) Input to these functions are Pandas DataFrame or PySpark DataFrame?

2) When I use any pandas function (like isna, size, apply, where, etc ), does it run only on one node or multi nodes?

Thanks.