This repo is a workspace for Causal Inference work relating to data from the Sheffield Urban Flows Observatory
Urban Flows Data Extraction Tool
Data Extraction Tool PDF Guide (Download PDF for hyperlinks to work)
- Import the
LoadCsvUf
class fromuf_csv_loader.py
- Initialise class with path to the csv
- Choose method relating to how you want to transform csv.
To see running example run
python uf_data_scripts/uf_csv_loader.py
from the project root directory