add all prototype and data analysis code

This commit is contained in:
2025-11-07 16:24:23 +01:00
parent fec957f334
commit 7488bc19b1
5 changed files with 505 additions and 0 deletions

View File

@@ -171,3 +171,8 @@ results = Table(
Column("best_menge", sql.Integer, nullable=False),
Column("freigabe_auto", sql.Boolean, nullable=False),
)
map_to_result: dict[str, str] = {
"BEDARFNR": "bedarf_nr",
"BEDP_SEQUENZ": "bedarf_sequenz",
}