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
|
# Si le champ n'est pas dans le schéma et pas annoncé, on le skip
|
||||||
print("Champ innatendu : ")
|
print("Champ innatendu : ")
|
||||||
print(dff[column_id].head())
|
print(dff[column_id].head())
|
||||||
|
if column_id.endswith("_right") or column_id.endswith("_left"):
|
||||||
continue
|
continue
|
||||||
column_name = column_id
|
column_name = column_id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user