Stabilisation affichage fiche marché #40
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user