CostDistribution.__init__# CostDistribution.__init__(df, *, min_col='min', max_col='max', avg_col='avg', trips_col='trips', weighted_avg_col=None)[source]# Parameters: df (DataFrame) min_col (str) max_col (str) avg_col (str) trips_col (str) weighted_avg_col (str | None)