Feat: random things
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user