Saving dataframe into a file

It’s a pandas dataframe - you should be able to simply use pandas operations such as to_csv, to_pickle, to_parquet etc. depending on your preferred format.

1 Like