Dataset Viewer issue: DatasetWithScriptNotSupportedError

#1
by Pavansomisetty21 - opened

The dataset viewer is not working.

Error details:

Error code:   DatasetWithScriptNotSupportedError

πŸ‘‹ Before opening the discussion, have you considered removing the loading script and relying on automated data support?

You can use convert_to_parquet from the datasets library.


cc @albertvillanova @lhoestq @severo .

We no longer have viewer support for script-based datasets. As the issue suggests you can convert to parquet using convert_to_parquet from the datasets library :)

Sign up or log in to comment