This is a personal repo for experiments and workflows that relate to the price statistics domain. It is meant to show work in a reproducible manner for anyone else who chooses to look at this. As its personal, it is not meant in any official capacity.
├── data # Folder for data used within the experiments of this repository (git ignored where applicable)
│ ├── bronze # For raw data as collected for each experiment
│ ├── silver # Cleaned data ready for analysis
│ └── gold # Final output data hosted for visualizations and other content
├── docs # Folder for documentation site that accompanies all experiments
├── src # Scripts used to simplify the analysis
└── notebooks # Exploration notebooks where specific experiments are run