Exclure les colonnes _right et _left
This commit is contained in:
@@ -362,6 +362,7 @@ 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())
|
||||
if column_id.endswith("_right") or column_id.endswith("_left"):
|
||||
continue
|
||||
column_name = column_id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user