Python script to visualise NatWest bank account data
- Python 3.5+
- Pandas
- Matplotlib
- Seaborn
- Download account data from the NatWest website and put the CSV files in the
datasets
folder. - Edit
finances_analysis.py
to call the functions of your interest - Run
finances_analysis.py
Includes sample dummy data so running the script immediately should work.