Hugging Face · Arazzo Workflow
Hugging Face Dataset Search and Statistics
Version 1.0.0
Resolve a dataset split, full-text search within it, then pull column statistics.
Provider
Workflows
dataset-search-and-statistics
Search a dataset split and pull descriptive statistics for the same split.
Discovers the first split of a dataset, performs a full-text search within it, and fetches column statistics for the split.
1
resolveSplit
getSplits
Resolve the dataset's first subset and split to use as the search and statistics target.
2
searchSplit
searchRows
Run a full-text search across the resolved split and return the matching rows.
3
getColumnStatistics
getStatistics
Retrieve descriptive statistics for the columns of the resolved split to contextualize the search matches.