You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/workbook/track_d_byod.rst
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Track D BYOD: Bring Your Own Data
7
7
Track D is built around a realistic accounting case study (NSO), but the *skills* are meant to transfer.
8
8
9
9
This BYOD (Bring Your Own Data) pipeline lets you take **real exports** (from a bookkeeping/accounting system)
10
-
and convert them into the same **Track D dataset contract** used in the workbook.
10
+
and convert them into the same **Track D dataset contract** used in the workbook. In the commands below, replace <BYOD_DIR> with your project folder (for example: byod/gnucash_demo).
11
11
12
12
What “BYOD” means in Track D
13
13
----------------------------
@@ -23,13 +23,18 @@ The core idea is: *separate the messy export from the clean analysis tables*.
23
23
Quick start (template)
24
24
----------------------
25
25
26
+
If an option name ever changes, the source of truth is always the CLI help:
27
+
28
+
- ``pystatsv1 trackd byod --help``
29
+
- ``pystatsv1 trackd byod init --help``
30
+
26
31
Create a BYOD project folder (this writes header-only templates under ``tables/``):
0 commit comments