Fix: lot transformation
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user