bank-statement-analysis
bank-statement-analysis copied to clipboard
Help international use
Could you please put all specific data in a single place json file? e.g.:
banks = {"YES": "YES BANK", "ALLA": "ALLAHABAD BANK"}
title = ["mr.", "shri", "ms.", "mrs."]
df = df[["Transaction Date", "Value Date", "Description", "Debit", "Credit", "Balance"]]
"%d/%m/%Y
test = pd.DataFrame(columns=["Transaction Date", "day", "month", "year", "Balance"], index=df.index)
"Average monthly debit = Rs."
labels = {"imps": "imps", "rrn": "imps", "loan": "loan", "emi": "emi", "amazon": "shopping", "flipkart": "shopping",
"mutualfund": "invest", "txn paytm": "trf", "restaurant": "food", "paytm": "trf",
"atd": "atm", "atm": "atm", "net txn": "nettxn", "cash": "cash", "funds trf": "trf", "neft": "neft",
"interest": "interest",
"metro": "travel", "swiggy": "food", "faasos": "food", "zomato": "food", "upi": "trf", "ola": "travel",
"refund": "refund",
"charge": "bank_charges", "pca": "trf"}