Forum Discussion

frithjof_v's avatar
frithjof_v
Community Champion
2 years ago
Solved

Pandas API on Spark

Hi all,   I want to test how to use Pandas API on Spark. I'm reading a delta table and I want to save it to a single CSV file. I already know how to do this in regular pandas, but I'd like to try...