Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 968 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 968 Bytes

Price Statistics Experiments

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.

Repo folder structure

├── 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