diff options
| author | Christian Cleberg <[email protected]> | 2024-07-08 21:30:26 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-07-08 21:30:26 -0500 |
| commit | 11edeee03ed0a5841050c4880d187788ba5555d6 (patch) | |
| tree | 624c67c9f029307c175f73569c1981381185da9b /content/blog/2022-03-03-financial-database.md | |
| parent | b52454ea0bde28ef23bbb86363a12125d87c0366 (diff) | |
| download | cleberg.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.md | 5 |
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. - - ## 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. - - Other charts generated by this project include: - Charts of account balances over time. |
