This dataset appears to be a Steam game network stored as a single JSON document with three top-level fields: links, meta, and nodes. Because the file was loaded as one row with three nested object columns, the profiler could not introspect any of them and skipped each. To get useful insights, the analyst should explode or normalize the nested structures — most likely treating `nodes` as the list of games and `links` as the edges between them — and re-profile from there. Until that flattening happens, there are no column-level distributions to chart.
saturn
/home/coolhand/datasets/steam-game-network/steam_network.json 1 rows sample n=1 seed 42 2026-05-01T23:34:52+00:00
Overview
| Source | /home/coolhand/datasets/steam-game-network/steam_network.json |
| Total rows | 1 |
| Profiled sample | 1 |
| Columns | 3 |
| Generated | 2026-05-01T23:34:52+00:00 |
Insights opt-in
Model-generated narrative. These are opinions, not facts — the stats below are what saturn measured. Generated by: anthropic:claude-opus-4-7.
The column 'nodes' was skipped by the profiler, with only 1 row observed and no statistics computed. Type, uniqueness, and value distribution are all unknown, so nothing substantive can be inferred about its content or role.
The column "links" was skipped by the profiler, so its semantics cannot be inferred from the evidence. Only one row was seen and uniqueness was not computed; no statistics are available to characterise the values.
This column is labelled "meta" and was skipped by the profiler, so its type and contents are unknown. Only one row was observed with no nulls, but no unique count, distribution, or sample values are available. Nothing further can be inferred from the evidence.