Skip to content

liamkandel/Transactions-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

About

Most banking websites allow you to download a csv file that contains transaction data, you can use that file to create a plot that details each transaction!

Required dependencies

pandas
regex
datetime
iqplot

Getting started

  1. Log in to your personal banking website
  2. Locate your transactions tab
  3. There should be an option to download documents
  4. Download in 'csv' format
  5. Copy the path to the csv file Example: C:\Users\You\Folder\transactions.csv
  6. Run the python file with the csv file path as your first argument Example: python plot_transactions C:\Users\You\Folder\transactions.csv

Uses

Use the hovertool to detail a transaction that you'd like to view.
Locate transaction outliers that you'd like to know about

Known bugs

Month order on the plot's x-axis is alphabetical instead of chronological when csv file contains more than one year

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages