This dataset is a GeoJSON FeatureCollection describing global submarine cables, stored as a single-row JSON file where the entire dataset is packed into nested fields. The top-level metadata columns ('name' and 'type') each contain exactly one value — 'submarine_cables' and 'FeatureCollection' respectively — confirming this is a wrapper structure rather than a flat table. The real analytical content is buried inside the 'features' and 'crs' columns, which were skipped during profiling because they contain complex nested objects (geometries, cable properties, coordinates). To get meaningful insight, the 'features' array needs to be unpacked into individual cable records before any visualization or analysis can begin.
saturn
/home/coolhand/html/datavis/data_trove/tools/fetchers/cache/submarine_cables.json 1 rows sample n=1 seed 42 2026-06-22T00:00:57+00:00
Overview
| Source | /home/coolhand/html/datavis/data_trove/tools/fetchers/cache/submarine_cables.json |
| Total rows | 1 |
| Profiled sample | 1 |
| Columns | 4 |
| Generated | 2026-06-22T00:00:57+00:00 |
Show data table
| column | kind | null % |
|---|---|---|
| type | categorical | 0.0% |
| name | categorical | 0.0% |
| crs | unknown | 0.0% |
| features | unknown | 0.0% |
Insights opt-in
Model-generated narrative. These are opinions, not facts — the stats below are what saturn measured. Generated by: anthropic:default.
This column appears to be a dataset or layer name/identifier, containing exactly one row with the single value 'submarine_cables'. With n=1, cardinality=1, null_rate=0.0, and top_rate=1.0, this column carries zero variance and no discriminative information whatsoever. The alerts for long_tail and imbalance are technically correct but trivially explained by the single-row, single-value nature of the data.
This column is a GeoJSON type discriminator field, holding the constant value 'FeatureCollection' across all rows. With n=1, cardinality=1, top_rate=1.0, and entropy of 0.0, it is entirely invariant — it carries zero information. The 'long_tail' and 'imbalance' alerts are technically correct but misleading given the trivial dataset size.
This column ('crs', likely a Coordinate Reference System or Course identifier) contains only a single row with no null values and no computable statistics, making meaningful profiling impossible. The 'skipped' alert indicates saturn bypassed full analysis, almost certainly due to the trivially small sample size (n=1). No distributional, uniqueness, or type information is available beyond the single observation.
This column contains only a single row (n=1) and was skipped during profiling, yielding no computable statistics. With n=1 and null_rate=0.0, there is exactly one non-null value present, but its content, type, and distribution are entirely unknown from this evidence. No meaningful characterisation is possible beyond confirming the column is not empty.
type categorical
Show data table
| value | count | share |
|---|---|---|
| FeatureCollection | 1 | 100.0% |
Top values (rank 1–20)
- FeatureCollection — 1
name categorical
Show data table
| value | count | share |
|---|---|---|
| submarine_cables | 1 | 100.0% |
Top values (rank 1–20)
- submarine_cables — 1