finish historical extraction

This commit is contained in:
Deeman
2025-07-13 23:20:55 +02:00
parent b8ad73202c
commit 0a60bf8746
16 changed files with 158 additions and 0 deletions

View File

View File

@@ -0,0 +1,8 @@
id,item_id,event_date
1,2,2020-01-01
2,1,2020-01-01
3,3,2020-01-03
4,1,2020-01-04
5,1,2020-01-05
6,1,2020-01-06
7,1,2020-01-07
1 id item_id event_date
2 1 2 2020-01-01
3 2 1 2020-01-01
4 3 3 2020-01-03
5 4 1 2020-01-04
6 5 1 2020-01-05
7 6 1 2020-01-06
8 7 1 2020-01-07