Closed radumas closed 7 years ago
filter_table_data('PM Peak', 'Weekday', orientation='ns') returns the following for baseline data:
filter_table_data('PM Peak', 'Weekday', orientation='ns')
direction street Northbound Southbound 0 NaN 6.1 7.0 1 NaN 4.8 8.5 2 NaN 7.8 12.1 3 NaN 5.1 9.8 4 NaN 8.1 9.8
Some problem in the below function: https://github.com/CityofToronto/bdit_king_pilot_dashboard/blob/internal_dash_v2/app.py#L120-L137
filter_table_data('PM Peak', 'Weekday', orientation='ns')
returns the following for baseline data:Some problem in the below function: https://github.com/CityofToronto/bdit_king_pilot_dashboard/blob/internal_dash_v2/app.py#L120-L137