You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I merged and export a several mf4 files that is about 300MB first then export to the parquet file, but the process always be killed in the middle of execution. Could you tell me how to deal with this?
The text was updated successfully, but these errors were encountered:
Code
Code snippet
def export_to_csv(mode, mdf_object, output_csv_path, csv_folder_path):
mdf_object.export(fmt='parquet', filename=output_csv_path, compression='GZIP',reduce_memory_usage = True)
Description
I merged and export a several mf4 files that is about 300MB first then export to the parquet file, but the process always be killed in the middle of execution. Could you tell me how to deal with this?
The text was updated successfully, but these errors were encountered: