File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ src/
158158 metrics/
159159 runner/
160160framework/
161- raw_data /
161+ data/raw /
162162logs/
163163outputs/
164- notebook .ipynb
164+ evidence/EvidenceNB .ipynb
165165requirements.txt
166166```
167167
Original file line number Diff line number Diff line change 112112 },
113113 {
114114 "cell_type" : " code" ,
115- "execution_count" : 4 ,
115+ "execution_count" : null ,
116116 "id" : " 5fce1186-24e7-475f-82f1-763970891d79" ,
117117 "metadata" : {},
118118 "outputs" : [
401401 " #EXECUTION\n " ,
402402 " import pandas as pd \n " ,
403403 " \n " ,
404- " teams_df = pd.read_csv(\" raw_data /nfl_teams.csv\" )\n " ,
405- " events_df = pd.read_csv(\" raw_data /spreadspoke_scores.csv\" )\n " ,
404+ " teams_df = pd.read_csv(\" data/raw /nfl_teams.csv\" )\n " ,
405+ " events_df = pd.read_csv(\" data/raw /spreadspoke_scores.csv\" )\n " ,
406406 " \n " ,
407407 " print(\" Teams shape:\" , teams_df.shape)\n " ,
408408 " print(\" Events shape:\" , events_df.shape)\n " ,
15471547 " and code version.\n " ,
15481548 " \n " ,
15491549 " **Reproducibility guarantees**\n " ,
1550- " - Raw input data is preserved unchanged under `raw_data /`.\n " ,
1550+ " - Raw input data is preserved unchanged under `data/raw /`.\n " ,
15511551 " - All transformations and metrics are deterministic.\n " ,
15521552 " - Contracts enforce schema and rule consistency before and after computation.\n " ,
15531553 " - Outputs are written in a stable, schema-aware format (Parquet).\n " ,
You can’t perform that action at this time.
0 commit comments