This dataset is a social graph stored as a JSON file with just two columns — 'links' and 'edges' — and a single row, suggesting the entire graph is encoded as nested or complex objects rather than a flat tabular structure. Because both columns were skipped during profiling, no statistical breakdown is available, meaning the real content (nodes and their connections) is buried inside those nested structures. The most important next step is to manually inspect the raw JSON to understand how nodes and links are structured before any analysis or visualization can proceed. Without unpacking the nested data, no meaningful patterns, counts, or distributions can be assessed.
saturn
/home/coolhand/html/datavis/data_trove/data/quirky/social_graph.json 1 rows sample n=1 seed 42 2026-06-21T23:55:31+00:00
Overview
| Source | /home/coolhand/html/datavis/data_trove/data/quirky/social_graph.json |
| Total rows | 1 |
| Profiled sample | 1 |
| Columns | 2 |
| Generated | 2026-06-21T23:55:31+00:00 |
Show data table
| column | kind | null % |
|---|---|---|
| nodes | unknown | 0.0% |
| links | 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 contains only a single row and was skipped by the profiler, yielding no distributional statistics. With n=1 and no unique-count or type information, almost nothing can be inferred about its content or role beyond the column name 'links', which suggests it may store URL or relational link data. The near-complete absence of evidence makes any further characterisation unreliable.
This column contains only a single row (n=1) and was skipped by the profiler, yielding no distributional statistics. With n=1 and no unique-count or type information available, no meaningful inference about its content or role can be made beyond its name ('nodes'), which loosely suggests a graph/network or infrastructure count field. The near-total absence of data makes this column uninformative for any downstream task in its current state.