diff options
| author | Christian Cleberg <[email protected]> | 2023-12-02 11:34:20 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2023-12-02 11:34:20 -0600 |
| commit | fcc889508ab63a679b5cbd231478b25cff48d8fc (patch) | |
| tree | a9ec2ce9f00b07a0ab081e7160e1183a7cef634f /blog/2022-03-03-financial-database.org | |
| parent | dfb4de1797796c72f597f4c0c6cd1e01dc5a66ee (diff) | |
| download | cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.gz cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.bz2 cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.zip | |
fix: update domains
Diffstat (limited to 'blog/2022-03-03-financial-database.org')
| -rw-r--r-- | blog/2022-03-03-financial-database.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/2022-03-03-financial-database.org b/blog/2022-03-03-financial-database.org index 8c05dbd..e0f524d 100644 --- a/blog/2022-03-03-financial-database.org +++ b/blog/2022-03-03-financial-database.org @@ -45,7 +45,7 @@ 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 @@ -238,7 +238,7 @@ 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: |
