Python | Jupyter Notebook |
---|---|
3.6+ | 5.7.4 |
Installing the Jupyter Notebook
dependencies:
requirements.txt
-
mkdir raw
-
dump account exported csv files in /raw (把账户导出csv文件放入/raw文件夹中)
-
add/verify parameters in constants.py (新建/确认 constants.py 中参数)
-
cd $PATH/account-audit | jupyter notebook audit.ipynb
-
re-run all and get results (重新运行全部并查看数据)
-
account.csv will be generated for further use (将会生成account.csv,以待后用)