Exclure les colonnes _right et _left

This commit is contained in:
Colin Maudry
2026-01-22 18:49:08 +01:00
parent 9110b78f2a
commit ef97cea679
+2 -1
View File
@@ -362,7 +362,8 @@ def setup_table_columns(
# Si le champ n'est pas dans le schéma et pas annoncé, on le skip
print("Champ innatendu : ")
print(dff[column_id].head())
continue
if column_id.endswith("_right") or column_id.endswith("_left"):
continue
column_name = column_id
column = {