|
| 1 | +Orientation: what Track D is and how to use it |
| 2 | +============================================== |
| 3 | + |
| 4 | +**Why this exists:** Track D can feel like “a lot of scripts.” This chapter shows the *workflow* that ties everything together. |
| 5 | + |
| 6 | +Learning objectives |
| 7 | +------------------- |
| 8 | + |
| 9 | +- Explain Track D in one sentence (statistics on accounting data). |
| 10 | +- Describe the Track D workflow: export → normalize → validate → analyze → communicate. |
| 11 | +- Know the three kinds of Track D work: case study, labs, and BYOD. |
| 12 | +- If you forget a command, run ``pystatsv1 --help`` or ``pystatsv1 trackd byod --help``. |
| 13 | + |
| 14 | +Outline |
| 15 | +------- |
| 16 | + |
| 17 | +The Track D workflow in one page |
| 18 | +-------------------------------- |
| 19 | + |
| 20 | +- Start from an accounting export (or the NSO case study dataset). |
| 21 | +- Get the data into the Track D dataset contract (either already canonical, or via BYOD normalization). |
| 22 | +- Run a chapter script to answer a question (and write outputs). |
| 23 | +- Use the artifacts (CSV/PNG/JSON) to write a short business interpretation. |
| 24 | + |
| 25 | +What you should have at the end |
| 26 | +------------------------------- |
| 27 | + |
| 28 | +- A reproducible folder with inputs + scripts + outputs (so you can rerun later). |
| 29 | +- A small set of charts/tables that tell a story about revenue, costs, or risk. |
| 30 | +- A written summary that a manager could act on. |
| 31 | + |
| 32 | +Common mental model mistakes (and fixes) |
| 33 | +---------------------------------------- |
| 34 | + |
| 35 | +- Mistake: treating accounting data as “just categories.” Fix: it’s a time-stamped database with structure. |
| 36 | +- Mistake: skipping validation. Fix: always run a quick check before believing results. |
| 37 | +- Mistake: staring at raw rows. Fix: aggregate into daily/monthly totals and compare periods. |
| 38 | + |
| 39 | +Where this connects in the workbook |
| 40 | +----------------------------------- |
| 41 | + |
| 42 | +- :doc:`index` (the Playbook overview / map) |
| 43 | +- :doc:`../track_d_student_edition` (how students actually run chapters) |
| 44 | +- :doc:`../track_d_outputs_guide` (how to read what scripts produce) |
| 45 | +- :doc:`../track_d_byod` (how to analyze your own exports) |
| 46 | + |
| 47 | +.. note:: |
| 48 | + |
| 49 | + This page is intentionally an outline right now. Expand it incrementally as we refine Track D narrative. |
0 commit comments