A simple Python program to track personal expenses, categorize them, and visualize spending trends. Perfect for learning pandas and matplotlib while practicing data analysis.
The .csv file used contain 3 columns- date, expense type, amount and 144 data rows. --Features--
Calculate total spending.
Get spending by category.
Get spending by specific date.
Get monthly totals.
Bar chart for category-wise spending.
Line chart to visualize monthly expense trends.
Menu-driven and interactive.
--Requirements--
pandas
matplotlib