Fix: lot transformation
This commit is contained in:
parent
dd0d8af40c
commit
4cc9e7b038
@ -18,7 +18,7 @@ logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
def build_lots(dfs: list[pd.DataFrame]) -> pd.DataFrame:
|
||||
df = dfs[0]
|
||||
df = pd.concat(dfs)
|
||||
df = df.assign(
|
||||
Impact=df["Crédit"] - df["Débit"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user