Dataset Viewer issue for darragh/demo_data_raw3
See original GitHub issueLink
https://huggingface.co/datasets/darragh/demo_data_raw3
Description
Exception: ValueError
Message: Arrow type extension<arrow.py_extension_type<pyarrow.lib.UnknownExtensionType>> does not have a datasets dtype equivalent.
reported by @NielsRogge
Owner
No
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Dataset Viewer issue for asapp/slue #5000 - GitHub
I just launched a refresh. It's weird, I don't see any entry for this dataset in the cache, it's a bug on our...
Read more >Dataset viewer - Hugging Face
The dataset viewer can be disabled. To do this, add a YAML section to the dataset's README.md file (create one if it does...
Read more >NC Dataset Viewer - CA.gov
This map viewer allows easy viewing and download of Vegetation and Wetland layers that are contained in the Natural Communities Commonly Associated with ......
Read more >NHDPlus High Resolution | U.S. Geological Survey - USGS.gov
Resolved issues in the NHDPlus HR Datasets: · Missing flow accumulation data · Incorrect catchments due to zero elevation values · Missing relationship...
Read more >Data Sets - UCI Machine Learning Repository
Name Data Types Default Task Attribute Types # Instances # Attributes Ye...
Abalone Multivariate Classification Categorical, Integer, Real 4177 8 19...
Adult Multivariate Classification Categorical,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
do you have an idea of why it can occur @huggingface/datasets? The dataset consists of a single parquet file.
Apparently, there is something weird with that Parquet file: its schema is:
I have forced a right schema:
and then recreated a new Parquet file:
Now this Parquet file has the right schema:
and can be loaded normally: