Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bank_txn_id,posted_date,description,amount
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
account_id,account_name,account_type,normal_side
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
txn_id,date,description,account_id,debit,credit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
invoice_id,invoice_date,customer_id,amount_total,status,paid_date
2 changes: 1 addition & 1 deletion docs/source/workbook/track_d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ By default, Track D scripts write artifacts to:
* ``outputs/track_d/figures/`` — charts created by chapters that plot results

For a practical walkthrough of the most common output files (CSV/JSON/PNG) and how to use them in a
write-up, see :doc:`track_d_outputs_guide`.
write-up, see :doc:`track_d_outputs_guide`. To apply the same workflow to your own exports, see :doc:`track_d_my_own_data`.

A typical chapter produces:

Expand Down
1 change: 1 addition & 0 deletions docs/source/workbook/track_d_lab_ta_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ If you have 5 minutes before lab, skim these pages:
* :doc:`track_d_student_edition` — the “book-style” Track D entry point
* :doc:`track_d_dataset_map` — the table mental model + intentional QC “warts”
* :doc:`track_d_outputs_guide` — what each generated output means and how to interpret it
* :doc:`track_d_my_own_data` — a practical "bring your own data" bridge (30-minute recipe)

1. Learning goals
=================
Expand Down
Loading