Ejemplo n.º 1
0
def totalTrips(citibike):
    return model.totalTrips(citibike)
def totalTrips(analyzer):
    """
    Retorna el total viajes
    """
    return model.totalTrips(analyzer)
Ejemplo n.º 3
0
def totalTrips(analyzer):
    """
    Informa la cantidad total de viajes cargados
    """
    return model.totalTrips(analyzer)
def totalTrips(analyzer):
    """
    Total viajes entre las paradas
    """
    return model.totalTrips(analyzer)