How to apply Pandas functions on PySpark DataFrame?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2022 03:38 AM
Hi,
I want to apply Pandas functions (like isna, concat, append, etc) on PySpark DataFrame in such a way that computations are done on multi-node cluster.
I don't want to convert PySpark DataFrame into Pandas DataFrame since, I think, only one node is used for computation.
What is the best way you suggest to use Pandas functions on PySpark DataFrame while having all processes on multi-node cluster?
Labels:
- Labels:
-
Pysaprk dataframes