saturn·

wlasl index

source /home/coolhand/html/datavis/data_trove/cache/wlasl_index.json 2,000 rows 2 columns profiled 2026-05-01 raw JSON static .html .ipynb Report Notebook

Reading

dataset summary · high confidence anthropic:claude-opus-4-7

This dataset is a 2000-row index from a WLASL (Word-Level American Sign Language) source, with two columns: 'gloss' (text labels) and 'instances' (an unparsed/unknown field, likely nested data). The 'gloss' column is essentially a vocabulary list — every one of the 2000 rows is unique, 97.75% are single words, and the mean length is just 6 characters. The 'instances' column was skipped by the profiler and warrants manual inspection, since it likely contains the actual sign-language sample records keyed to each gloss. Start by looking at the gloss length distribution to confirm the single-word pattern, then dig into the structure of 'instances' separately.

citing: row_count · column_count · columns[gloss].n_unique · columns[gloss].stats.one_word_rate · columns[gloss].stats.len_mean · columns[gloss].stats.len_max · columns[gloss].stats.word_mean · columns[gloss].stats.vocab_size · columns[gloss].top_words · columns[instances].alerts

Schema

2 columns
Per-column summary. Click column name to jump to its detail.
Alerts
gloss text 0.0% 2,000
near_unique one_word short_text
instances unknown 0.0%
skipped

gloss

text label near_unique one_word short_text
This column holds short glosses—2000 rows, all unique, with 97.75% being a single word and a mean length of 6 characters (max 16). The vocabulary is 1984 distinct tokens across 2000 rows, so almost every entry is its own term, with only minor repeats like 'up' (7) or 'hearing' (3). It reads as a lexicon-style label field rather than free text. Treatment: Treat as a high-cardinality categorical key; embed or hash rather than one-hot. high · anthropic:claude-opus-4-7
n
2,000
nulls
0 (0.0%)
unique
2,000
len_min
1
len_max
16
len_mean
6.008
len_median
6
len_p95
10
word_mean
1.024
word_median
1
n_empty
0
n_duplicates
0
duplicate_rate
0
vocab_size
1,984
readability_flesch_mean
54.58
emoji_rate
0
url_rate
0
one_word_rate
0.9775
allcaps_rate
0
boilerplate_rate
0

instances

unknown other skipped
The column is named "instances" but saturn skipped detailed profiling, so its kind is unknown and no descriptive statistics were computed. We can only confirm 2000 rows with a 0.0 null rate; uniqueness, distribution, and dtype are all unreported. Without a sample value or type signal, the semantic role cannot be inferred from the evidence. Treatment: Re-profile or inspect raw values manually before deciding how to use this column. low · anthropic:claude-opus-4-7
n
2,000
nulls
0 (0.0%)
unique