szymon_dybczak
Esteemed Contributor III

Hi @Lumoura ,

So maybe just save the result as a csv to Volume and then use pyspark to split this file into smaller parts, i.e using repartition:

df = df.repartition(num_partitions)