[TASK] add csv

This commit is contained in:
Marie Birner 2023-10-01 13:42:40 +02:00 committed by philipp
parent f176c9e43e
commit 983bb45337
2 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ db.sqlite
.history/
Rocket.toml
frontend/node_modules/*
static/
/static/

View File

@ -0,0 +1,15 @@
date,km
2023-01-01,5
2023-02-01,24
2023-03-01,56
2023-04-01,122
2023-04-13,232
2023-05-01,456
2023-06-01,567
2023-07-01,765
2023-08-01,801
2023-09-01,903
2023-10-01,1002
2023-11-01,1100
2023-12-01,1203
2023-12-30,1340
1 date km
2 2023-01-01 5
3 2023-02-01 24
4 2023-03-01 56
5 2023-04-01 122
6 2023-04-13 232
7 2023-05-01 456
8 2023-06-01 567
9 2023-07-01 765
10 2023-08-01 801
11 2023-09-01 903
12 2023-10-01 1002
13 2023-11-01 1100
14 2023-12-01 1203
15 2023-12-30 1340