bank-statement-analysis icon indicating copy to clipboard operation
bank-statement-analysis copied to clipboard

Help international use

Open lalebarde opened this issue 1 year ago • 0 comments

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"}

lalebarde avatar Sep 15 '23 13:09 lalebarde