saturn·

data trove social norms graph

saturn notebook · generated 2026-06-21 Report Notebook

Overview

Source: /home/coolhand/html/datavis/data_trove/data/quirky/social_graph.json

Saturn profiled 1 rows across 2 columns. The stats below are deterministic and machine-readable; the prose is a language-model interpretation of those stats (opt-in, added after the fact, never sees raw rows).

[2]:
!pip install saturn-dissect
import subprocess
subprocess.run([
    "saturn", "analyze", "/home/coolhand/html/datavis/data_trove/data/quirky/social_graph.json",
    "--findings", "data-trove-social-norms-graph.json",
    "--llm", "anthropic:default",
])

Summary confidence: low

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.

citing: row_count · column_count · columns[0].alerts · columns[1].alerts · columns[0].null_rate · columns[1].null_rate

Out[4]:

saturn.schema() · 2 columns

column kind n null% unique alerts
nodes unknown 1 0.0% skipped
links unknown 1 0.0% skipped
Fig 1.
Per-column null rate across the corpus. Columns are ordered by input position.
Show data table
Per-column null rate across the corpus.
columnkindnull %
nodesunknown0.0%
linksunknown0.0%

nodes unknown other

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.

Treatment: Investigate data pipeline to confirm why only 1 row exists; defer any modelling use until sufficient data is available.

anthropic:default · confidence low
Out[7]:

saturn.columns["nodes"].stats

statvalue
n1
nulls0 (0.0%)
unique
alert: skippedno profiler for kind=unknown
Out[9]:

saturn.columns["links"].stats

statvalue
n1
nulls0 (0.0%)
unique
alert: skippedno profiler for kind=unknown

How to cite

click to copy

BibTeX
@misc{saturn-data-trove-social-norms-graph-2026,
  author       = {Steuber, Luke},
  title        = {Saturn reading: data trove social norms graph},
  year         ={2026},
  howpublished = {\url{https://dr.eamer.dev/saturn/view/data-trove-social-norms-graph}},
  note         = {Profiled with saturn-dissect v0.2.0, prompt saturn-insight-v2, model anthropic:default},
}
APA
Steuber, L. (2026). Saturn reading: data trove social norms graph. Source: /home/coolhand/html/datavis/data_trove/data/quirky/social_graph.json. Profiled with saturn-dissect v0.2.0 (saturn-insight-v2, anthropic:default). Retrieved from https://dr.eamer.dev/saturn/view/data-trove-social-norms-graph