Ujeshhh commited on
Commit
5f9f649
·
verified ·
1 Parent(s): 7782bbe

Delete visualize.py

Browse files
Files changed (1) hide show
  1. visualize.py +0 -6
visualize.py DELETED
@@ -1,6 +0,0 @@
1
- import matplotlib.pyplot as plt
2
-
3
- def plot_spending_by_category(df):
4
- category_spending = df.groupby("Category")["Amount"].sum()
5
- category_spending.plot(kind="bar", title="Spending by Category", figsize=(8, 5))
6
- plt.savefig("assets/spending_chart.png")