Hi team!! I’m trying to convert a fairly large spa...
# questions
p
Hi team!! I’m trying to convert a fairly large spark dataframe to pandas. This is a super expensive operation, so I’m trying to convert chunks of spark dataframe to pandas dataframes. Is there a kedro dataset that allows us to save multiple pandas dataframes to csv part files? thanks!
d
Partitioned dataset
and you can also do this in a lazy way
m
p
thanks @datajoely @marrrcin!!