NYCPlanning / db-equitable-development-tool

Data Repo for the equitable development tool (EDDT)
MIT License
0 stars 0 forks source link

Get rid of columns in `aggregated` before they reach `order_columns` #190

Closed SashaWeinstein closed 1 year ago

SashaWeinstein commented 2 years ago

The order_columns function has outgrown it's original intention. It was written to order columns but now filters out some as well. This first came to my attention when Te brought it up. If a column is filtered out in order_columns it just shouldn't be added to the aggregated dataframe in the first place.