Open
Description
Feature request
In dataset.save_to_disk('/path/to/save/dataset'),
add the option to save in parquet format
dataset.save_to_disk('/path/to/save/dataset', format="parquet"),
because arrow is not used for Production Big data.... (only parquet)
Motivation
because arrow is not used for Production Big data.... (only parquet)
Your contribution
I can do the testing !