Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 606 Bytes

File metadata and controls

26 lines (25 loc) · 606 Bytes

Project File Structure

.
├── 1
│   ├── AACG_daily_data.csv
│   ├── AACI_daily_data.csv
│   ├── AA_daily_data.csv
│   └── A_daily_data.csv
├── 22
│   ├── AACG_daily_data.csv
│   ├── AACI_daily_data.csv
│   ├── AA_daily_data.csv
│   └── A_daily_data.csv
├── README.md
├── app
│   ├── main.py
│   ├── models
│   ├── routes
│   └── utils
├── requirements.txt
├── run.py
├── stocks_test.py
└── structure.txt

6 directories, 14 files