parquetjs
parquetjs copied to clipboard
Write multiple rows in bulk
Is there a way to append multiple rows in bulk to a parquet. My scenario is that I need to write 5000 records to the file and then upload it to AWS. Is there a way to write all the rows in bulk instead of running a loop?