aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-03-03-financial-database.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-07-08 21:30:26 -0500
committerChristian Cleberg <[email protected]>2024-07-08 21:30:26 -0500
commit11edeee03ed0a5841050c4880d187788ba5555d6 (patch)
tree624c67c9f029307c175f73569c1981381185da9b /content/blog/2022-03-03-financial-database.md
parentb52454ea0bde28ef23bbb86363a12125d87c0366 (diff)
downloadcleberg.net-11edeee03ed0a5841050c4880d187788ba5555d6.tar.gz
cleberg.net-11edeee03ed0a5841050c4880d187788ba5555d6.tar.bz2
cleberg.net-11edeee03ed0a5841050c4880d187788ba5555d6.zip
fix images for 2022 posts
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.