Remaining Tasks Dataframe
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
Remaining Tasks Dataframe has 5 facts recorded in Dontopedia across 1 reference, with 1 live disagreement.
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (6)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
producesProduces(2)
- Column Selection
ex:column-selection - Filtering Method
ex:filtering-method
applied-toApplied to(1)
- Column Selection
ex:column-selection
consumesConsumes(1)
- Allocate to Sprints Step
ex:allocate-to-sprints-step
displaysDisplays(1)
- Remaining Tasks Display
ex:remaining-tasks-display
inverse-ofInverse of(1)
- Remaining Tasks Display
ex:remaining-tasks-display
Other facts (5)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Contains Columns | Task Column | [1] |
| Contains Columns | Priority Column | [1] |
| Contains Columns | Duration Column | [1] |
| Is Filtered by | Not in Completed Tasks | [1] |
| Rdf:type | Pandas Data Frame | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (1)
ctx:claims/beam/1803a023-7e2b-437b-86c1-6e6daf7524e3- full textbeam-chunktext/plain1 KB
doc:beam/1803a023-7e2b-437b-86c1-6e6daf7524e3Show excerpt
remaining_duration -= row['duration'] # Display completed tasks print("\nCompleted tasks:") print(completed_tasks) # Display remaining tasks remaining_tasks = df[~df['task'].isin(completed_tasks)][['task', 'priority', 'duration']]…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.