saturn·

data trove geopolitical actions timeline

saturn notebook · generated 2026-06-22 Report Notebook

Overview

Source: /home/coolhand/html/datavis/data_trove/data/policy/geopolitical_timeline.json

Saturn profiled 1 rows across 6 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/policy/geopolitical_timeline.json",
    "--findings", "data-trove-geopolitical-actions-timeline.json",
    "--llm", "anthropic:default",
])

Summary confidence: low

This dataset is a single-record metadata stub describing a geopolitical timeline of military and diplomatic actions during Trump's second term. With only 1 row and 6 columns — the majority of which are unresolved 'unknown' types (_fields, _key_events, _sources, data) — there is virtually no statistical signal available at this level. The real analytical content is almost certainly nested inside the 'data' and '_key_events' columns, which likely contain structured arrays or objects that need to be unpacked before any meaningful analysis can begin. The '_stub' flag being 'True' confirms this is a placeholder or index record, not the full dataset.

citing: row_count · column_count · _description.top_value · _stub.top_value · _fields.alerts · _key_events.alerts · data.alerts

Out[4]:

saturn.schema() · 6 columns

column kind n null% unique alerts
_stub categorical 1 0.0% 1 long_tail imbalance
_description categorical 1 0.0% 1 long_tail imbalance
_sources unknown 1 0.0% skipped
_fields unknown 1 0.0% skipped
_key_events unknown 1 0.0% skipped
data unknown 1 0.0% skipped
Fig 1.
_description · Shows that the entire dataset is labeled under a single topic — Trump's second-term military and diplomatic actions — confirming this is a thematically focused stub record.
Show data table
Top values for _description (1 unique shown, of 1 total).
valuecountshare
Military and diplomatic actions during Trump's second term1100.0%
Fig 2.
_stub · All records carry a 'True' stub flag, signaling that the substantive nested data in '_key_events' and 'data' columns must be expanded before analysis.
Show data table
Top values for _stub (1 unique shown, of 1 total).
valuecountshare
True1100.0%
Fig 3.
Per-column null rate across the corpus. Columns are ordered by input position.
Show data table
Per-column null rate across the corpus.
columnkindnull %
_stubcategorical0.0%
_descriptioncategorical0.0%
_sourcesunknown0.0%
_fieldsunknown0.0%
_key_eventsunknown0.0%
dataunknown0.0%

_stub categorical other

This column, '_stub', is a degenerate categorical field containing exactly one row with the single value 'True', giving it zero entropy and a top_rate of 1.0. It carries no discriminative information whatsoever and is almost certainly a placeholder, stub flag, or artifact of dataset construction rather than a meaningful feature. With n=1 and cardinality=1, no distributional patterns can be assessed.

Treatment: Drop immediately; zero-variance stub column with a single observation provides no analytical value.

anthropic:default · confidence high
Out[9]:

saturn.columns["_stub"].stats

statvalue
n1
nulls0 (0.0%)
unique1
top_value True
top_rate 1
cardinality 1
entropy 0
entropy_ratio 0
alert: long_tail1 singleton categories
alert: imbalancetop value is 100.0% of rows
Fig 4.
Top values for _stub.
Show data table
Top values for _stub (1 unique shown, of 1 total).
valuecountshare
True1100.0%

_description categorical metadata

This column is a dataset-level description or label, containing a single constant string: 'Military and diplomatic actions during Trump's second term'. With n=1 and cardinality=1, the entire column is one row with one unique value — likely a metadata or provenance field rather than a per-record feature. The alerts for long_tail and imbalance are trivially true but uninformative given the dataset has only one row.

Treatment: Drop before modelling; use as dataset-level documentation only.

anthropic:default · confidence high
Out[12]:

saturn.columns["_description"].stats

statvalue
n1
nulls0 (0.0%)
unique1
top_value Military and diplomatic actions during Trump's second term
top_rate 1
cardinality 1
entropy 0
entropy_ratio 0
alert: long_tail1 singleton categories
alert: imbalancetop value is 100.0% of rows
Fig 5.
Top values for _description.
Show data table
Top values for _description (1 unique shown, of 1 total).
valuecountshare
Military and diplomatic actions during Trump's second term1100.0%

_sources unknown metadata

This column '_sources' has only 1 row and was skipped by the profiler, yielding no distributional statistics. With a single non-null observation and kind 'unknown', there is insufficient evidence to characterize its content, type, or role. The profiler alert 'skipped' indicates it may contain a complex or unparseable type (e.g., nested list, dict, or binary blob).

Treatment: Inspect raw value manually to determine type; parse or flatten nested structure before any downstream use.

anthropic:default · confidence low
Out[15]:

saturn.columns["_sources"].stats

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

_fields unknown metadata

This column ('_fields') contains only 1 row and was skipped by the profiler, yielding no computed statistics beyond a null rate of 0.0. Its name suggests it may be a metadata or structural field (e.g., a serialized field list or internal schema marker) rather than a substantive data column. With n=1 and no type inference, no distributional signals are available to assess its utility.

Treatment: Inspect raw value manually before deciding to retain or drop; likely a structural artifact rather than a modelling feature.

anthropic:default · confidence low
Out[17]:

saturn.columns["_fields"].stats

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

_key_events unknown other

_key_events appears to be an internal or system-generated column, likely storing structured event data (possibly JSON, arrays, or serialized objects). With only 1 row present and the profiler reporting kind 'unknown' with a 'skipped' alert, no distributional statistics could be computed. The complete absence of nulls across a single record and no unique-count information means its content, cardinality, and utility cannot be assessed from this evidence alone.

Treatment: Inspect raw value manually to determine structure; deserialize if JSON/array before any downstream use.

anthropic:default · confidence low
Out[19]:

saturn.columns["_key_events"].stats

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

data unknown other

The column 'data' contains only a single row and was flagged as 'skipped' by the profiler, yielding no computed statistics. With n=1 and kind='unknown', there is effectively no distributional information available. No further characterisation is possible from this evidence alone.

Treatment: Investigate source data — single-row column with unknown type provides no analytical value until more data is available.

anthropic:default · confidence low
Out[21]:

saturn.columns["data"].stats

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

How to cite

click to copy

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