Feat: dans charges avec honoraires -> IMI Gerance

This commit is contained in:
Bertrand Benjamin 2022-09-27 21:28:54 +02:00
parent 020e9195b1
commit b4e70f00fc
1 changed files with 6 additions and 0 deletions

View File

@ -24,4 +24,10 @@ def extract_charge(table):
].index
df.drop(drop_index, inplace=True)
df[""].mask(
df["RECAPITULATIF DES OPERATIONS"].str.contains("honoraires", case=False),
"IMI GERANCE",
inplace=True,
)
return df