ajout_indicateur

This commit is contained in:
Fanta RODRIGUE 2024-03-05 14:37:29 +00:00
parent eaf1884bb6
commit 473afd9a89
2 changed files with 131 additions and 29 deletions

View File

@ -90,6 +90,11 @@ def tickets_kpi_function(tickets_information = None):
# tickets_kpi = tickets_kpi.merge(avg_amount, how='left', on= 'event_type_id')
#Taux de ticket payé par internet selon les compagnies
#tickets_kpi["Taux_ticket_internet"] = tickets_kpi["nb_tickets_internet"]*100 / tickets_kpi["nb_tickets"]
#tickets_kpi['Taux_ticket_internet'] = tickets_kpi['Taux_ticket_internet'].fillna(0)
return tickets_kpi
def customerplus_kpi_function(customerplus_clean = None):

File diff suppressed because one or more lines are too long