https://github.com/wai-l/personal_finance_report
Expense dashboard built with Shinny, w/ data cleaned with python script
https://github.com/wai-l/personal_finance_report
Last synced: 3 months ago
JSON representation
Expense dashboard built with Shinny, w/ data cleaned with python script
- Host: GitHub
- URL: https://github.com/wai-l/personal_finance_report
- Owner: wai-l
- Created: 2025-01-16T22:56:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T23:12:04.000Z (5 months ago)
- Last Synced: 2025-02-08T04:34:47.854Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monthly Expense Report
*synthetic data are used in this project*
## Project Overview### Data Cleaning (Python):
Python script is used to clean, preprocess, and merge monthly data downloaded from Spendee.
Multiple monthly data files are concatenated into a single master file for analysis.### Interactive Dashboard (R):
An interactive Quarto Shiny dashboard is built using R to provide a visual breakdown of spending and income by category for each month.
The dashboard allows users to explore trends, identify patterns, and view detailed visualizations of their financial data.