Unit 07 · lab

Evidence Check: Trace the Lifecycle

Choose a small data-science scenario such as school energy use, esports match statistics, public transportation delays, or robot test reliability.

Your evidence

Draw or write a lifecycle trace:

Question → Acquire → Prepare → Analyze → Visualize → Communicate → Revisit

For every stage, identify:

  • the action being performed;
  • the evidence produced;
  • one failure mode; and
  • the decision that determines what happens next.

Then identify where ethics, privacy, or bias must be checked.

Make the world change

Open the Data Drift Simulator. Change mean shift, noise, and missingness independently. Identify which lifecycle stage should detect the change and which stage should send the analyst backward.

Check your reasoning

The lifecycle is not a one-way conveyor belt. Show at least one place where weak evidence should send the analyst backward.

Done when

Your trace includes evidence, failure, and revision—not just seven boxes connected by arrows.

Robotnix Data Workbench · Unit 7

Inspect the same data three ways

Use the quality report to decide which lifecycle stage should send the analyst backward and why.

1. Dataset

Fictional robot test runs. No student or personal data.

runmodelsecbattery°Cdone
R-101Atlas528822yes
R-102Atlas577923yes
R-103Nova647424yes
R-104Nova7127no
R-105Pulse489221yes
R-106Pulse558425yes
R-107Atlas 686929no
R-107Atlas 686929no

2. Quick chart

Interactive robot run data chartBars show duration_s for each test run.101102103104105106107107

Change the variables before deciding what the data “says.” The same rows can support different questions.

3. Editable Pandas analysis

Runs locally in your browser. First use downloads Pandas and its verified dependencies from Robotnix.

Output
Run the analysis to see evidence.

Ready. Predict before you run.

Runtime boundary: Robotnix serves the core Pyodide runtime and the SHA-256-verified Pandas dependency set. This workbench does not expose pip, micropip, a shell, filesystem projects, cloud credentials, or arbitrary package installation.