aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-03-03-financial-database.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2022-03-03-financial-database.md')
-rw-r--r--content/blog/2022-03-03-financial-database.md5
1 files changed, 0 insertions, 5 deletions
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.