Feat: dans charges avec honoraires -> IMI Gerance
This commit is contained in:
parent
020e9195b1
commit
b4e70f00fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user