No description
  • Python 94.5%
  • Shell 4.3%
  • Dockerfile 1.2%
Find a file
Johan Book 3da891d8bd
Some checks are pending
Transform and publish to Github Pages / transform-and-publish-to-github-pages (push) Waiting to run
Data 44 (#232)
2026-06-20 12:29:24 +02:00
.github chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#212) 2026-04-18 09:14:08 +02:00
blog Data 43 (#231) 2026-06-10 07:48:14 +02:00
data Data 44 (#232) 2026-06-20 12:29:24 +02:00
post-transforms.private refactor: remove unused charts 2024-11-27 12:20:52 +01:00
streamlit fix: avoid reading file as csv (#202) 2026-03-15 16:02:03 +01:00
transforms feat: remove unused transforms 2025-05-04 10:16:15 +02:00
transforms.private feat: add amortering field to transformed loan 2023-06-21 22:33:05 +02:00
.gitignore chore: add gitignore 2024-07-06 21:29:39 +02:00
Dockerfile chore(deps): bump python from 3.14.2-slim to 3.14.3-slim (#195) 2026-03-15 15:51:40 +01:00
Pipfile chore(deps): bump the pip group across 1 directory with 9 updates (#216) 2026-04-18 09:14:19 +02:00
Pipfile.lock chore(deps): bump the pip group across 1 directory with 9 updates (#216) 2026-04-18 09:14:19 +02:00
README.md docs: add readme 2025-05-07 14:57:48 +02:00
transform chore: run all db syncs in single commit 2023-05-10 18:04:49 +02:00
transform.private feat: run private transforms in ci 2023-06-21 22:00:54 +02:00

__stats

__stats is a collection of personal statistics, some of which are exposed publicly.

Deploy

There is a script to "compile" the data and put it in the docs folder. It is put in the docs folder because Github does not allow custom folders.

Docker

docker build . -t stats:latest

docker run --rm -it -p 8501:8501 stats:latest