anthonyrohloff / spending_analyzer

Takes in credit card statements and displays spending habits
0 stars 0 forks source link

Visualization plan #1

Open anthonyrohloff opened 1 week ago

anthonyrohloff commented 1 week ago
  1. Pie chart showing spending based on category
  2. Pie chart showing spending based on account
  3. Line chart showing spending over time // bar chart showing spending by month? (amex has this)
  4. Folder structure showing file uploads
  5. Table showing all expenses, maybe with top categories, spending compared to last month, etc...
  6. Some sort of cashback, statement credit, and payment graphic for negative charges
  7. Ability to filter the whole thing by time
anthonyrohloff commented 1 week ago

Pie charts are in progress -- just need to clean up naming and show values in dollar format

Also, need to clean up categories to make data more readable