Convert dataset to Parquet
#7
by lhoestq HF Staff - opened
Convert dataset to Parquet.
This PR converts the dataset to Parquet to
- enable the Dataset Viewer
- let users load the dataset in 1 line of code via
pandas,datasets, etc. - let user easily stream and filter the dataset
This was requested by the community here: https://github.com/huggingface/datasets/issues/7693#issuecomment-4230991558
I also kept the original files in the data/ directory in case they are still used somewhere.