Feat: random things

This commit is contained in:
2024-03-13 21:06:39 +01:00
parent bfebd6b58a
commit d872cd7681
2 changed files with 4 additions and 4 deletions

View File

@@ -19,9 +19,6 @@ logger.setLevel(logging.DEBUG)
def build_lots(dfs: list[pd.DataFrame]) -> pd.DataFrame:
df = pd.concat(dfs)
df = df.assign(
Impact=df["Crédit"] - df["Débit"],
)
return df