diff --git a/README.md b/README.md index eccaabd..4d48dee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project is intended to compute an estimated value of risk for a given datab 3. Compute risk via SQL using group by ## Python environment - The following are the dependencies needed to run the code: +The following are the dependencies needed to run the code: pandas numpy @@ -17,16 +17,17 @@ This project is intended to compute an estimated value of risk for a given datab ## Usage -*Generate The merged dataset - +**Generate The merged dataset** + python risk.py create --i_dataset --o_dataset --table --path --key [--file ] -* * Compute risk (marketer, prosecutor) +**Compute risk (marketer, prosecutor)** python risk.py compute --i_dataset --table --path --key ## Limitations - It works against bigquery for now + @TODO: - Need to write a transport layer (database interface) - Support for referential integrity, so one table can be selected and a dataset derived given referential integrity