Jitendra12421 commited on
Commit
7e41420
·
verified ·
1 Parent(s): d9a0a0b

Upload Data/README.md

Browse files
Files changed (1) hide show
  1. Data/README.md +9 -0
Data/README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Data Directory
2
+
3
+ This folder holds the primary market-data pipeline.
4
+
5
+ - `raw/` contains source market files used as the base inputs.
6
+ - `processed/` contains cleaned bars, engineered features, and assembled panels.
7
+ - `metadata/` contains layout, manifest, and feature-dictionary files that describe the dataset structure.
8
+
9
+ Use this folder for the main price-data workflow. Alternate or auxiliary datasets belong in `Alt Data/`.