Setup & Installation
What This Skill Does
Read-only API client for the Hugging Face Dataset Viewer. Fetches dataset splits, paginates rows, runs text search and filter queries, retrieves parquet shard URLs, and reads size and column statistics. Also supports SQL querying over parquet files and uploading datasets to the Hub. Instead of downloading full dataset files to inspect or query them, you get direct row-level access and SQL queries against remote parquet shards without any local data movement.
When to use it
- Working with hugging face dataset viewer functionality
- Implementing hugging face dataset viewer features
- Debugging hugging face dataset viewer related issues
