Added skeleton for how project should flow

This commit is contained in:
2023-03-23 22:15:33 +02:00
parent 666f42ef56
commit 5b4a1ced32
6 changed files with 11 additions and 182 deletions

5
py_scripts/mining_hq.py Normal file
View File

@@ -0,0 +1,5 @@
# Instantiating Main Python Script File
# Collects stuff from the rest of the scripts
import pandas as pd
import numpy as np
import seaborn as sns