Skip to contents

Writes data to parquet_path and prints hash

Usage

write_parquet_with_hash(data, parquet_path, ...)

Arguments

data

the data object to save to parquet_path

parquet_path

the path to the desired parquet destination

...

additional arguments to digest and write_parquet

Value

Nothing. creates parquet_path file and prints hash

Examples