🌻 Combining links into bundles#

8 Nov 2025

In most projects, the data contains many repeated causal claims with the same cause and the same effect (often across many sources). We call these bundles (or co-terminal link bundles).

This extension is about:

Why bundling is useful (for practitioners)#

What you get (in plain terms)#

Instead of one row per coded claim, you get one row per unique cause→effect pairing (after whatever label transforms you applied).

Each bundle row can show:

On maps and in tables we often still say “link”, but it usually means:

a bundle representing “many similar claims that cause influences effect”.

So if a link label says “7 sources / 12 citations”, read it as:

Practical cautions#

Formal notes (optional)#

The filter operates on the current links table (one row per coded claim / citation) and produces a derived table with fewer rows by grouping on the current (possibly transformed) labels.

The bundled output adds aggregate columns such as:

Optional further summaries can be computed from the underlying rows (e.g. mean_sentiment, per-tag counts, per-group counts).