- Know how to fork a project on GitHub
- Familiarity with Jupiter Notebook
- Have a google account
- Fork current repository.
- This Jupyter Notebook will work out of the box with RBC csv file (unless they have changed columns since the making of this notebook). To download the csv file, log into your RBC account and click on credit or debit account links. Once you follow the link, you'll have an option to download transactions. It's located right on top of the transactions table. Click on the link and select comma separated format after that click on continue.
- Once the file is downloaded, you can upload it into your Google Drive. Create a folder called
rbc_bank
and place your.csv
file into it. - Then open this notebook in Google Collab and modify the following line
pd.read_csv('My Drive/rbc_bank/your_rbc_file_name.csv')
. You should be set.