parquetjs icon indicating copy to clipboard operation
parquetjs copied to clipboard

Write multiple rows in bulk

Open patrickCode opened this issue 3 years ago • 0 comments

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?

patrickCode avatar Jul 28 '22 06:07 patrickCode