ajout_indicateur
This commit is contained in:
parent
eaf1884bb6
commit
473afd9a89
|
@ -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
Loading…
Reference in New Issue
Block a user