Datasets:
Convert dataset to Parquet
#1
by
ponteineptique
- opened
Convert dataset to Parquet.
Hi, @ponteineptique .
I see you discovered how to transform your script-based dataset to Parquet, using the convert_to_parquet
, so that the viewer will support it.
Note that the command above also creates a script branch, so that you can still load the dataset using the script, by passing revision:
ds = load_dataset("almanach/LADaS", revision="script", trust_remote_code=True)
Please, feel free to ping me if you need more help.