Skip to content

Commit

Permalink
#5 added qa report
Browse files Browse the repository at this point in the history
  • Loading branch information
oislen committed Jun 9, 2023
1 parent 5444115 commit 709f914
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions report/qa.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Random Telecom Payments QA Report
```{python}
import os
import sys
from time import time
import pandas as pd
# set file path for custom python modules
root_dir = os.path.dirname(os.path.join(os.getcwd()))
sys.path.append(os.path.join(root_dir, 'scripts'))
import cons
```

```{python}
data = pd.read_csv(cons.fpath_arch_randomtelecomdata)
```

0 comments on commit 709f914

Please sign in to comment.