Closed brendancol closed 4 years ago
We can do a df.persist() at the beginning if we need to hold all the data in RAM.
df.persist()
We can do a
df.persist()
at the beginning if we need to hold all the data in RAM.