From 11edeee03ed0a5841050c4880d187788ba5555d6 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 8 Jul 2024 21:30:26 -0500 Subject: fix images for 2022 posts --- content/blog/2022-03-03-financial-database.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/blog/2022-03-03-financial-database.md') diff --git a/content/blog/2022-03-03-financial-database.md b/content/blog/2022-03-03-financial-database.md index 726e7ee..457908f 100644 --- a/content/blog/2022-03-03-financial-database.md +++ b/content/blog/2022-03-03-financial-database.md @@ -45,8 +45,6 @@ account statements, and 126 pay statements. Overall, I'm guessing this took anywhere between 4--8 hours. In comparison, it probably took me 2-3 days to initially create the spreadsheet. -![DB4S](https://img.cleberg.net/blog/20220303-maintaining-a-personal-financial-database/db4s.png) - ## Schema The schema for this database is actually extremely simple and involves only @@ -238,9 +236,6 @@ def summary_data(accounts: pandas.DataFrame) -> None: The result? A high-quality pie chart that is read directly by the `public/index.html` template I use. -![Summary Pie -Chart](https://img.cleberg.net/blog/20220303-maintaining-a-personal-financial-database/summary_chart.png) - Other charts generated by this project include: - Charts of account balances over time. -- cgit v1.2.3