↓ 3 callersFunctionadd_frequency(
stop_times,
labels,
index_="stop_id",
col="window",
cutoffs=[0, 6, 9, 15, 19, 22, 24],
)
gtfs_functions/aux_functions.py:383
Method__init__(
self,
gtfs_path: str,
time_windows: list = [0, 6, 9, 15, 19, 22, 24],
busies
gtfs_functions/gtfs_functions.py:46
Functionmap_gdf(
gdf,
variable="min_per_trip",
colors=["#d13870", "#e895b3", "#55d992", "#3ab071", "#0e8955", "#0
gtfs_functions/gtfs_plots.py:14