From 8002bd711a249099fdb7627c35646a1948d7611e Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 22 Jan 2026 18:32:27 +0100 Subject: [PATCH] =?UTF-8?q?Gestion=20des=20colonnes=20absentes=20du=20sch?= =?UTF-8?q?=C3=A9ma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.py b/src/utils.py index a5eff2d..65c8c9c 100644 --- a/src/utils.py +++ b/src/utils.py @@ -364,6 +364,7 @@ def setup_table_columns( print(dff[column_id].head()) continue column_name = column_id + column_object = {"title": column_name, "description": ""} column = { "name": column_name,