initial commit

This commit is contained in:
2024-01-02 10:53:39 +01:00
parent e30f54e485
commit 1633b1cca0
5 changed files with 308 additions and 11 deletions

View File

@ -28,18 +28,9 @@ class spc_DataSchema:
PARA22 ="character",
PARA23 ="numeric",
timestamp ="date"
class DataSchema:
AMOUNT = "amount"
CATEGORY = "category"
DATE = "date"
MONTH = "month"
YEAR = "year"
def load_spc_data(path: str) -> pd.DataFrame:
def load_eventlog_data(path: str) -> pd.DataFrame:
# load the data from the CSV file
data = pd.read_csv(
path,