Upload Data/README.md
Browse files- 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/`.
|