CityofToronto / bdit_king_pilot_dashboard

Dashboard for King St Pilot
GNU General Public License v3.0
4 stars 2 forks source link

Dashboard - Table Baseline features wrong numbers for NS streets #102

Closed radumas closed 7 years ago

radumas commented 7 years ago

filter_table_data('PM Peak', 'Weekday', orientation='ns') returns the following for baseline data:

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