Skip to content

Instantly share code, notes, and snippets.

@samkit-jain
Created December 13, 2017 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samkit-jain/562315cdcce458fcc5f4bc6536b2bc24 to your computer and use it in GitHub Desktop.
Save samkit-jain/562315cdcce458fcc5f4bc6536b2bc24 to your computer and use it in GitHub Desktop.
BANK_DETAILS = {
'HDFC': {
'particulars': 1, # index of particulars column
'withdrawal': 4, # index of withdrawal column
'deposit': 5, # index of deposit column
'balance': 6, # index of balance column
'date': 0, # index of date column
'chq': 2, # index of cheque no. column
'value_date': 3 # index of value date column
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment