Datasets:
Dataset Viewer issue: JobManagerCrashedError
The dataset viewer is not showing all the columns for the "other" split
Thank you for the response!
The issue is that the "other" split has two additional columns and they are not being displayed.
It seems that the displayed columns are the intersection of the sets of columns.
Hmmm OK. I think it's a limitation/decision on our side, where we assume that all the splits have the same set of columns, right @albertvillanova @lhoestq ?
Yes, splits should have the same columns (e.g. train/test/valid splits)
In your case maybe you should define multiple configurations for your dataset instead (made e.g. for subsets of different languages or when the columns don't match), I opened a PR here :https://huggingface.co/datasets/Bastao/VeraCruz_PT-BR/discussions/17
The PR fixed the issue.
Thank you!