initial commit
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user