Stabilisation affichage fiche marché #40

This commit is contained in:
Colin Maudry
2025-10-15 19:42:53 +02:00
parent c98a36f759
commit 199476ec30
2 changed files with 2 additions and 7 deletions
-1
View File
@@ -126,7 +126,6 @@ def format_number(number) -> str:
def format_montant(dff: pl.DataFrame) -> pl.DataFrame:
def format_function(expr, scale=None):
# https://stackoverflow.com/a/78636786
print(type(expr))
expr = expr.cast(pl.String)
expr = expr.str.splitn(".", 2)