diff options
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. |