Skip to content

Commit ff9d67f

Browse files
vevetronV
and
V
authored
Adds ntd ridership numbers and impact analysis (#1154)
* Adds ntd ridership numbers and impact analysis * Adds ridership impacts of website status * Redoing website status impact calculation to account for missing orgs --------- Co-authored-by: V <[email protected]>
1 parent ee255cd commit ff9d67f

File tree

3 files changed

+2413
-29
lines changed

3 files changed

+2413
-29
lines changed

holiday_service_research/funcs_vars.py

+7-2
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,16 @@ def plot_confusion_matrices(df, y_true, y_pred, title):
136136
plt.ylabel('GTFS Service Levels (% of agencies)', fontweight='bold')
137137
plt.title(title, fontweight='bold')
138138
file = title
139-
plt.savefig(f"plots/{file}.png")
139+
plt.savefig(f"{file}.png")
140140
# return cm, df_cm
141141

142142
excel_col_order = ['Name', 'Notes', 'gtfs_dataset_name',
143-
'Total VOMS (NTD) (from Provider)', 'Customer Facing',"name",
143+
'Total VOMS (NTD) (from Provider)',
144+
'sum_unlinked_passenger_trips_upt',
145+
'Holiday Website Status',
146+
'ntd_id_2022',
147+
'Customer Facing',
148+
"name",
144149
"Reference Saturday",
145150
"Reference Sunday",
146151
"Reference Weekday",

0 commit comments

Comments
 (0)