saturn·

data trove wals world atlas of language structures

source /home/coolhand/html/datavis/data_trove/data/linguistic/wals_parameters.csv 192 rows 5 columns profiled 2026-06-22 raw JSON static .html .ipynb Report Notebook

Reading

dataset summary · medium confidence anthropic:default

This dataset is a catalogue of 192 linguistic parameters from the World Atlas of Language Structures (WALS), each representing a distinct typological feature of human languages (e.g., 'Consonant Inventories', 'Vowel Quality Inventories'). Every row is uniquely identified by both an ID (e.g., '1A', '2A') and a Name, meaning there are no duplicates or groupings to aggregate within those columns. The most analytically interesting column is Chapter_ID, which groups these 192 parameters into 144 chapters — indicating that some chapters contain multiple parameters worth investigating. The Chapter_ID distribution is fairly uniform (mean ~84.5, median ~89.5, near-symmetric with slight left skew), suggesting chapters are spread across the full range with no heavy clustering.

citing: row_count · column_count · n_unique · null_rate · mean · median · skew · max · min · n_unique

Schema

5 columns
Per-column summary. Click column name to jump to its detail.
Alerts
ID categorical 0.0% 192
long_tail
Name categorical 0.0% 192
long_tail
Description unknown 0.0%
skipped
ColumnSpec unknown 0.0%
skipped
Chapter_ID numeric 0.0% 144

ID

categorical identifier long_tail
This column is a row identifier, with 192 unique values across 192 rows, zero nulls, and a maximum entropy ratio of 1.0 — every value appears exactly once. The alphanumeric pattern (e.g., '1A', '2A', …, '10A') suggests a structured code system, possibly denoting sequential items with a suffix category. The long_tail alert is a statistical artifact of perfect uniqueness rather than a genuine distributional concern. Treatment: Exclude from modelling features; retain as a row key for traceability or join operations. high · anthropic:default
n
192
nulls
0 (0.0%)
unique
192
top_value
1A
top_rate
0.005208
cardinality
192
entropy
7.585
entropy_ratio
1

Name

categorical label long_tail
This column contains the names of linguistic typology features or chapters, almost certainly from the World Atlas of Language Structures (WALS) or a similar comparative linguistics dataset. Every one of the 192 rows has a unique name (cardinality 192, entropy_ratio 1.0), meaning this column is a perfect natural-language identifier with no repetition. The top values — 'Consonant Inventories', 'Vowel Quality Inventories', 'Consonant-Vowel Ratio' — confirm these are named phonological/typological feature categories, not free-form text. Treatment: Use as a human-readable row label or index; do not encode as a categorical feature — treat as an identifier or join key on feature name. high · anthropic:default
n
192
nulls
0 (0.0%)
unique
192
top_value
Consonant Inventories
top_rate
0.005208
cardinality
192
entropy
7.585
entropy_ratio
1

Description

unknown free_text skipped
This column contains textual descriptions with 192 non-null rows and a null rate of 0.0%, suggesting complete population coverage. Profiling was skipped entirely (alert: 'skipped'), so no uniqueness, frequency, or length statistics are available — the column's content distribution is opaque. The 'unknown' kind designation indicates the profiler could not classify it, which is common for free-text or mixed-content fields. Downstream treatment should proceed cautiously given the absence of any statistical evidence. Treatment: Inspect raw values manually, then tokenize and embed or apply NLP preprocessing before modelling. low · anthropic:default
n
192
nulls
0 (0.0%)
unique

ColumnSpec

unknown other skipped
The column 'ColumnSpec' was skipped by the profiler, yielding no distributional statistics, cardinality, or type classification beyond 192 non-null rows. Without further evidence it is impossible to characterise the column's content, range, or role. The complete absence of stats alongside the 'skipped' alert is the surprising signal here — likely due to an unsupported or complex data type (e.g. nested struct, binary, or array). Treatment: Inspect raw values manually to determine type and content before assigning a profiling strategy or modelling treatment. low · anthropic:default
n
192
nulls
0 (0.0%)
unique

Chapter_ID

numeric foreign_key
This column is a chapter identifier, likely a foreign or primary key linking rows to one of 144 distinct chapters across a book or structured document. With 192 rows but only 144 unique values, each chapter ID appears on average 1.33 times, indicating some chapters have multiple associated records. The near-uniform distribution (kurtosis –1.26, skew –0.19, IQR spanning almost the full 1–144 range) suggests IDs are assigned sequentially and coverage across chapters is fairly even, though the duplication pattern warrants checking whether it reflects intentional one-to-many relationships or data quality issues. Treatment: Left-join on this ID to the chapters reference table; investigate the 48 duplicate entries to confirm they represent legitimate one-to-many relationships. high · anthropic:default
n
192
nulls
0 (0.0%)
unique
144
min
1
max
144
mean
84.52
median
89.5
std
45.75
q1
44.75
q3
129.2
iqr
84.5
skew
-0.195
kurtosis
-1.262
n_outliers
0
outlier_rate
0
zero_rate
0