Skip to contents

This function bind the partitions created by partition_data() into a single file of the desired extension type.

Usage

unpartition_data(partition_folder, new_file)

Arguments

partition_folder

Path to the folder containing partition files.

new_file

Path to the new combined file.

Value

None. Writes the merged file in new_file.

Examples

if (FALSE) {
unpartition_data("partitions/", "combined_data.parquet")
}