Cartes avec cluster de points si > lignes #65

This commit is contained in:
Colin Maudry
2026-03-15 16:05:33 +01:00
parent 302d253e6e
commit adc8457abc
3 changed files with 55 additions and 24 deletions
+1
View File
@@ -163,6 +163,7 @@ def udpate_dashboard_cards(
total_montant = df_per_uid.select(pl.col("montant").sum()).item()
nb_marches = df_per_uid.height
# À transformer en fonction
card_basic_counts = [
html.P(["Nombre de marchés : ", html.Strong(str(format_number(nb_marches)))]),
html.P(