Loading dataset from cache .arrow file

Hi

In my script I did some computationally costly processing of a large dataset and performed .save_to_disk on it. Unfortunately, it failed on that step, the dataset was not saved.

I still have the gigantic cache-4d6878f4ef3ef2f5.arrow file on the drive, am I able to load this cached version of dataset?

Regards

I found the answer:

Dataset.from_file

:face_exhaling: